You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it only seems possible to provide a custom String to content_formatter to change
what is written when hovering over a bar. But depending on the graph this is often not very well readable.
I'd much rather display a small Box similar to the legend to give more info about the current Bar in the BarChart.
I'm kind of pulling my hair out on this one and have not found a proper solution.
EDIT: A special problem seems to be that I cannot even re-implement PlotItem because for base and mut_base methods to be implemented, I need to use the Type PlotItemBase whcih is inaccesible as the items module is private. I am really stuck here :(
And that is even more frustrating because they are just returning the same as the original implementation anyway. I don't want to do anything special there...
The text was updated successfully, but these errors were encountered:
If you look at the Histogram you see when hovering I have customized the displayed values. But I want this to be displayed in a box similar to Legend when hovering over the bars. Because depending on the bar colour this current implementation can be very hard to read.
Currently it only seems possible to provide a custom String to content_formatter to change
what is written when hovering over a bar. But depending on the graph this is often not very well readable.
I'd much rather display a small Box similar to the legend to give more info about the current Bar in the BarChart.
I'm kind of pulling my hair out on this one and have not found a proper solution.
EDIT: A special problem seems to be that I cannot even re-implement PlotItem because for base and mut_base methods to be implemented, I need to use the Type PlotItemBase whcih is inaccesible as the items module is private. I am really stuck here :(
And that is even more frustrating because they are just returning the same as the original implementation anyway. I don't want to do anything special there...
The text was updated successfully, but these errors were encountered: