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
The problem is that my renderer overrides computeSize() function, but it has no/incorrect effect on xAxis height. When I initialize my renderer with barChart.xAxis instead of my custom one, it works as expected.
Is there anything left to do when subclassing XAxis?
The text was updated successfully, but these errors were encountered:
I made a subclass of the XAxis:
And assigned it to my renderer:
The problem is that my renderer overrides computeSize() function, but it has no/incorrect effect on xAxis height. When I initialize my renderer with
barChart.xAxis
instead of my custom one, it works as expected.Is there anything left to do when subclassing XAxis?
The text was updated successfully, but these errors were encountered: