[Chartjs]-Chart JS show multiple data points for the same label

0👍

When you say ‘show’, are you referring to in how the chart renders, or in the “tooltips” that appear when you hover over the chart?

If the latter, check out the mode:’index’ setting for options/tooltips, as described here:

http://www.chartjs.org/docs/latest/general/interactions/modes.html#interaction-modes

Leave a comment