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

Several rightmost points are truncated in chart #17

Open
ilshiyi opened this issue Oct 25, 2012 · 2 comments
Open

Several rightmost points are truncated in chart #17

ilshiyi opened this issue Oct 25, 2012 · 2 comments

Comments

@ilshiyi
Copy link

ilshiyi commented Oct 25, 2012

http://jsfiddle.net/ilshiyi/MBhnT/1/
In the above link, the array has 3600 points. So the rightmost point should be 3599. But actually only 3594 is displayed. When I use scaler to enlarge the rightmost part, the rightmost point is 3593.
This issue also exists in the demo http://www.humblesoftware.com/envision/demos/finance

@ilshiyi
Copy link
Author

ilshiyi commented Oct 30, 2012

I append some null values to the end of data to temporary solve this issue
http://jsfiddle.net/ilshiyi/MBhnT/3/

@Flati
Copy link

Flati commented Nov 4, 2013

I had the same problem with my project. I tracked down the error with the help of another issue on this project.
See my comment for a good solution to this, I will submit a pull request when I am able.
#21 (comment)

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