Closed martinhesdahl closed 5 years ago
Would it also be OK if the make the hover-ed RG bold/underlined? (since I expect/assume that >20 labels will be an edge case)
Yes that would be a great improvement!
Ok, for release 1.5 I've solved it a bit differently. ChartJs has a couple of 'tooltip-interactions', depending on the number of labels and the height of the widget is switch between 'index' and 'point'. Index if the number of values is low and there is enough space in the widget, otherwise point. This is basically the solution you proposed! :-)
Now available with release v1.5.0
We have around 20 RG's showing in the Azure Cost Bar (stacked) view. When I hover over one day I see a summary of the entire day. But I would like to see only the RG that I'm hovering over. A configuration boolean to be able to do this is also possible.
Gr Martin