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, 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: