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

BarChart.setData() not working #4284

Closed
ghost opened this issue Feb 9, 2020 · 1 comment
Closed

BarChart.setData() not working #4284

ghost opened this issue Feb 9, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 9, 2020

Hi, I'm using a vertical Bar Chart to display data. However, it is not displaying it correctly.
I need to say that I checked with breakpoints the value of this BarData, and it is not 0 (One bar has Y = 0, but another one has Y = 1), however, this values seem to be ignored, and when that line gets executes, the BarChart only shows 0's.
As you can see in the screenshots, the Set and the BarData have one Bar with a Y value of 1:
When the program passes the line BarChart.setData(data), it displays zeroes
Screenshots

@liuxuan30
Copy link
Member

I don't see we have setData(). If you are calling data setter, it should be fine. didn't get similar report before.

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

1 participant