-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
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
Legend Placement #6706
Legend Placement #6706
Conversation
The feature for adjusting the legend inside or outside of the graph grid issue chartjs#6185
Updated the file for legend-placement
new changes for legend-placement
Added file for adding axes labels chartjs#5218
onClick: function(event, legendItem) { | ||
log('onClick:' + legendItem.text); | ||
}, | ||
dockInsidePlotArea: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I mentioned on #6185, dockInsidePlotArea
appears to be related to the CanvasJS library, which is a different library than Chart.js. That option has no effect with this library
I'm not quite sure what this sample is demonstrating or what it adds that it not already demonstrated by the other samples
Closing this since I haven't gotten any response. Let me know if you'd like to revisit |
No description provided.