coroo / nova-chartjs

A Simple Dashboard Chart in Laravel Nova using Chart JS. Starting create your own dashboard with Chart JS Integration can save your time and help you maintain consistency across standard elements such as Bar, Stacked, Line, Area, Doughnut and Pie Chart.
https://coroo.github.io/nova-chartjs
MIT License
215 stars 72 forks source link

[Feature Request] Ability to add css classes or a custom id #148

Open vesper8 opened 1 year ago

vesper8 commented 1 year ago

I would like to be able to target the charts via CSS so I just need a way to assign unique selectors. This could be a custom ID or a custom class that I can then use in Nova's global css file to target selectors. Is there any way to do that, or could this be added please?

Many thanks!