ciprianciurea / chartjs-plugin-doughnutlabel

Chart.js plugin for doughnut chart to display text in the center
https://ciprianciurea.github.io/chartjs-plugin-doughnutlabel/samples/index.html
MIT License
65 stars 24 forks source link

Help needed to use this plugin #21

Open SirineMaghraoui opened 1 year ago

SirineMaghraoui commented 1 year ago

Hi, I installed this plugin using npm and I'm trying to use it with a chart. Now the problem is that when I use the example, the chart disappears. How can I import the plugin type of this lib so I can use it like : "DoughnutLabelPluginTypeExample"

options: {
    plugins: {
      doughnutlabel: {
        labels: []...
        ....
    }
  }
},
plugins:[DoughnutLabelPluginTypeExample]