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.
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
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.