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
Notice that the bottom axis labels are wrong. If you uncomment the lines setting BarChartGroup.x, the labels are correct.
The other is with tooltips. I was confused as to why the first bar didn't have a tooltip, until I added the line max_y=1100 and noticed that the tooltip was simply hidden beyond the top of the chart.
Until I stripped it out from my application into this most basic form, I couldn't figure out where the problems were coming from.
It may just be me being dense, and other's wouldn't have struggled so much with this! But I thought it worth putting here in case the developers feel more clarity in the docs is warranted, or at least others with the same problem may stumble upon this. Would be a shame for people to bounce off this very useful library over niggels like this.
The text was updated successfully, but these errors were encountered:
Not so much bugs, but I had difficulty with two issues when implementing a BarChart over the past couple of days.
x
attribute on yourBarChartGroup
s, yourbottom_axis
labels will be wrong and it may not be clear why.Here is a minimal example:
Results in:
Notice that the bottom axis labels are wrong. If you uncomment the lines setting
BarChartGroup.x
, the labels are correct.max_y=1100
and noticed that the tooltip was simply hidden beyond the top of the chart.Until I stripped it out from my application into this most basic form, I couldn't figure out where the problems were coming from.
It may just be me being dense, and other's wouldn't have struggled so much with this! But I thought it worth putting here in case the developers feel more clarity in the docs is warranted, or at least others with the same problem may stumble upon this. Would be a shame for people to bounce off this very useful library over niggels like this.
The text was updated successfully, but these errors were encountered: