Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.2.2 xBounds starts from 1 #4073

Closed
Andy1984 opened this issue Jul 19, 2019 · 2 comments
Closed

3.2.2 xBounds starts from 1 #4073

Andy1984 opened this issue Jul 19, 2019 · 2 comments

Comments

@Andy1984
Copy link

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.

@liuxuan30
Copy link
Member

is this same as #3960?

@liuxuan30
Copy link
Member

liuxuan30 commented Aug 7, 2019

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

@liuxuan30 liuxuan30 removed the bug label Aug 7, 2019
@liuxuan30 liuxuan30 removed their assignment Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants