Is this plugin available through the free API? Whenever I create a chart all the labels are missing and only the pie chart shows.
const chart = new QuickChart();
chart.setConfig({
'type': 'outlabeledPie',
'data': {
'labels': labels,
'datasets': [{
'backgroundColor': backgroundColor,
'data': data,
}],
},
'options': {
'plugins': {
'legend': false,
'outlabels': {
'text': '%l %p',
'color': 'black',
'stretch': 35,
'font': {
'resizable': true,
'minSize': 12,
'maxSize': 18,
},
},
},
},
});
Here is what it looks like: https://quickchart.io/chart/render/sf-15d8fa52-2c48-4e80-b213-3f1532319536