chartjs / chartjs-plugin-datalabels

Chart.js plugin to display labels on data elements
https://chartjs-plugin-datalabels.netlify.app
MIT License
883 stars 481 forks source link

There is no sample to show how to use this plugin #2

Closed hlide closed 7 years ago

hlide commented 7 years ago

We all like to catch glimpse of some samples to make up a decision to try a plugin or not. Because, right now, even with the documentation, it is not clear how to use it.

simonbrunel commented 7 years ago

I can't agree more, samples are coming! This is a pretty new plugin, still in development, samples wasn't the highest priority (the documentation is also not complete).

simonbrunel commented 7 years ago

A few samples are now available (sources | website).

hlide commented 7 years ago

Thanks very much

simonbrunel commented 7 years ago

Closing since there are now a few samples to get started.

aslam commented 7 years ago

@simonbrunel Will this plugin work with HorizontalBar char type? Can you please add an example with that type?

Thanks in advance.

simonbrunel commented 7 years ago

@aslam this plugin works with horizontal bars, exactly the same way as the vertical ones, only the chart type changes to horizontalBar.

Cristianopavan commented 6 years ago

hi @simonbrunel "https://cdn.jsdelivr.net/npm/chartjs-plugin-piechart-outlabels" this plugin is not working for chart js-funnel chart
Thanks in advance

simonbrunel commented 6 years ago

@Cristianopavan this is not the same plugin, you should report your issue on this project instead.

nuznad commented 4 years ago

Dear I try my best to display data values on pie chart segments. Kindly help. My code is attached.