I need to make the tooltips for the first and last data points on the chart (line chart) display permanently, whether or not a mouse is hovering. The other data points should not display a tool tip unless hovering over them. How would I accomplish this in ChartJS?
Asked
Active
Viewed 146 times
1
-
have you heard about the data-label plugin.. It could help you out. You can modify it. https://github.com/chartjs/chartjs-plugin-datalabels – Aroon Sep 10 '18 at 10:27
-
https://stackoverflow.com/questions/31631354/how-to-display-data-values-on-chart-js for reference – Aroon Sep 10 '18 at 10:27