Replies: 1 comment 1 reply
-
You can achieve this by yourself using a simple inline plugin: https://jsfiddle.net/Leelenaleee/hqtn9wLv/10/, For lots of datasets it needs some tweaking so they dont overlap but is a basic concept. although with a lot of datasets in my eyes it loses its value because it doesnt line up with the lines anymore. Because of this I think it might be better to live outside the main lib as a plugin instead of be integrated withing the main lib. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By default, chartjs line plot legends appear somewhere in a separate field somewhere in the plot, e.g.,
A more user-friendly approach is to attach the labels to the right, like so:
(This is from stargraph, plotted with dufte.) Perhaps it's worth providing this for chart.js, too.
Beta Was this translation helpful? Give feedback.
All reactions