emn178 / chartjs-plugin-labels

Plugin for Chart.js to display percentage, value or label in Pie or Doughnut.
MIT License
614 stars 219 forks source link

import through node.js - using chartjs-node-canvas #123

Open Blazsoul opened 4 years ago

Blazsoul commented 4 years ago

Hi guys

I am using chart js as a service with node.js(chartjs-node-canvas) i tried to import this in multiple ways, through the plugins array(as i do it with the other plugins) and it didn't work, then i tried to import this after the chart.js loaded but still not results(require('chartjs-plugin-labels'))

if you know any other way it could really help me out Thanks!