0

I want to be able to generate a chart and when parts of the chart are hovered (i.e. the point on a line graph), I want corresponding elements to have a class added to it on hover. Presumably by passing an array of elements to the hovered data point.

Is this possible in ChartJS? If not, can you recommend a chart software that is capable of this?

Matt Saunders
  • 4,073
  • 7
  • 33
  • 47

1 Answers1

0

I achieved what I wanted with this answer:

https://stackoverflow.com/a/26258671/874691.

Here is my prototype: http://srgunltd.co.uk/chart.html

Matt Saunders
  • 4,073
  • 7
  • 33
  • 47