The Wayback Machine - https://web.archive.org/web/20200910095759/https://github.com/diogobernardino/williamchart/issues/225
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

Wired animations when the axis border value is 0 #225

Open
kokilaw opened this issue Dec 15, 2017 · 2 comments
Open

Wired animations when the axis border value is 0 #225

kokilaw opened this issue Dec 15, 2017 · 2 comments
Labels
v2

Comments

@kokilaw
Copy link

@kokilaw kokilaw commented Dec 15, 2017

I have implemented a bar chart view with minimum border value as 60. So the graph starts displaying values starting from 60. Sometimes there can be situation where a the value can be zero.

img-0745

show(Animation().inSequence(.5f) makes the above weird animation in sequence from start to end. Picture took while the animation happening.

@diogobernardino
Copy link
Owner

@diogobernardino diogobernardino commented Dec 15, 2017

If you define a minimum border value of 60, make sure not to pass values smaller than 60.

@kokilaw
Copy link
Author

@kokilaw kokilaw commented Dec 16, 2017

But if the values are deviating only between like 80-90, I need to show the user the differences in a clear manner. When the minimum border value is set to 0, differences cannot be seen clearly. My use case is a blood pressure graph where the user needs to see how the values are deviating over the time clearly.

@diogobernardino diogobernardino added the v2 label Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.