We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi how to get click on point in bar chart?
The text was updated successfully, but these errors were encountered:
Hey @hekmatinasser
don't really get what you are wanting. You can check out the chart.js docs:
http://www.chartjs.org/docs/latest/configuration/tooltip.html
You have callbacks for the tooltips for example.
Sorry, something went wrong.
close due to inactivity
options: { scales: { yAxes: [{ stacked: true }], xAxes: [{ stacked: true }] }, legend: { display: true }, responsive: true, maintainAspectRatio: true, onClick: function(evt) { console.log(evt); } }
No branches or pull requests
hi
how to get click on point in bar chart?
The text was updated successfully, but these errors were encountered: