sgratzl / chartjs-chart-geo

Chart.js Choropleth and Bubble Maps
https://www.sgratzl.com/chartjs-chart-geo/
MIT License
347 stars 36 forks source link

Bubble Map - Datalabels are no longer working. #229

Closed brian-patrick-3 closed 6 months ago

brian-patrick-3 commented 6 months ago

Datalabels are no longer appearing in the Bubble Map CodePen example from the documentation: https://codepen.io/sgratzl/pen/YzyJRvm

stockiNail commented 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);