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

Clickable Point for Stacked Chart? #156

Open HeadStudios opened 1 year ago

HeadStudios commented 1 year ago

Is your feature request related to a problem? Please describe. I have a stacked chart for my daily outbound calling with call results like 'Voicemail', 'Call Me Back', 'Not Interested', 'Disqualified' etc. I have just installed clickable point but it only pops up with the part of the 'stack' I click and a number. Ideally I'd like to be able to click on a stacked bar (anywhere) and have a popup show the total numbers that make up that bar (e.g. Voicemail: 30 Call Me Back: 12 Not Interested: 5

etc.

HeadStudios commented 1 year ago

Note: open to any other ways to accomplish this ideally within NovaJS Chart.