-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Not able to plot values in linechart #2349
Comments
Would you please debug on your side? As the line starts turning around, there is no obvious reason to not draw the last 6 value pairs, you can first add some breakpoints at |
In data set I am getting all values see below:ChartDataEntry, x: 0.0, y 0.62020133693747 |
Can you try to plot this value in line-chart from your end? |
I don't have time to put them in the demo yet. You can try first. Have you checked what I said? |
the problem is here in BarLineScatterCandleBubbleRenderer
add the last line self.max = 20 |
Hey @liuxuan30 I tried what you said. I am getting all 20 values in data-set. |
change the value to 18 |
Yes It Works. But this is not an ideal solution. How can I set this value from outside of the library? |
for me it is good remove UIImage .... Try the simplest |
@thierryH91200 are you suggesting |
Yes even I don't understand |
it's not really a bug
Charts does not like too much backwards in time on the OX axis max = 18 or 20 this is the same thing = tab.count => values duplicates
or modify |
ok, thanks. Seems we can close this |
I have added my issue on stack overflow please check the link
The text was updated successfully, but these errors were encountered: