Chartjs-Drawing a line at a fixed angle relative to data with Chart.js

0👍

You can always write a custom plugin to do it, but I think this plugin of chart.js itself can help you out looking at the example. If you specify the right start and end it should draw a straight line.
https://github.com/chartjs/chartjs-plugin-annotation#line-annotations

Leave a comment