I have a chart with multiple data series and multiple axis similar to http://demos.kendoui.com/dataviz/bar-charts/multiple-axes.html
I want a way to give the user a clue which axis is related to which data series, so I've tried applying colors that visually tie them together. However this approach doesn't work too well with themes (try setting the demo to Black - you can hardly see one of the axes).
So what I'm thinking now is to visually highlight the axis when the user hovers over the data series and/or legend. Similar to the way that hovering over the legend highlights the associated data series.
Could anyone give me a clue how to do this highlighting? or even any alternative ideas
I want a way to give the user a clue which axis is related to which data series, so I've tried applying colors that visually tie them together. However this approach doesn't work too well with themes (try setting the demo to Black - you can hardly see one of the axes).
So what I'm thinking now is to visually highlight the axis when the user hovers over the data series and/or legend. Similar to the way that hovering over the legend highlights the associated data series.
Could anyone give me a clue how to do this highlighting? or even any alternative ideas