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
Hi developers,
I encounter a problem and need your help.
3.2.2 Run the demo and open Scatter Chart.
Break point in Line 146 in ScatterChartRenderer, for j in _xBounds.
In 3.2.2, j starts from 1, which is not correct and lead to that some labels and icons are not shown when isDrawingValuesAllowed.
In 3.3.0, j starts from 0, which is correct.
I checked the xBounds, both of them are correct.
I do not use 3.3.0 because of bug #3908.
How do I fix this issues without changing the source code?
Thank you very much.
The text was updated successfully, but these errors were encountered:
ah my bad. I was thinking you are saying the xBounds has bugs, after I tried I found out you are asking another one. You have to either:
A. pick up the source code and modify;
B. use a subclass to override it
However, I don't know why it's related to #3908, as no version supports. There is no point you don't use 3.3 because of it
Hi developers,
I encounter a problem and need your help.
3.2.2 Run the demo and open Scatter Chart.
Break point in Line 146 in ScatterChartRenderer,
for j in _xBounds
.In 3.2.2, j starts from 1, which is not correct and lead to that some labels and icons are not shown when isDrawingValuesAllowed.
In 3.3.0, j starts from 0, which is correct.
I checked the xBounds, both of them are correct.
I do not use 3.3.0 because of bug #3908.
How do I fix this issues without changing the source code?
Thank you very much.
The text was updated successfully, but these errors were encountered: