Closed brian-patrick-3 closed 6 months ago
@brian-patrick-3 as reported in the doc of chartjs-plugin-datalabels
(https://chartjs-plugin-datalabels.netlify.app/guide/getting-started.html#registration), you need to register the plugin.
Add the following to the codepen on top of JS source:
Chart.register(ChartDataLabels);
Datalabels are no longer appearing in the Bubble Map CodePen example from the documentation: https://codepen.io/sgratzl/pen/YzyJRvm