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

Update Dygraphs to v2.0.0 (and implement zoom changes) #6

Open
icasdri opened this issue Jan 14, 2017 · 0 comments
Open

Update Dygraphs to v2.0.0 (and implement zoom changes) #6

icasdri opened this issue Jan 14, 2017 · 0 comments

Comments

@icasdri
Copy link
Owner

icasdri commented Jan 14, 2017

Dygraphs has released version v2.0.0 with breaking changes that breaks how we currently implement Pin Value Range and Base Time Interval.

New behavior recommendations:

  • Unzoom (via double click) will always unzoom out to full data in Base Time Interval
  • Vertical-only zooms should not affect incoming live data
  • Horizontal-only zooms with the right-most date "near" the current date should not affect incoming live data
  • Only horizontal-only zooms with the right-most date "far" from the current date should have the view frozen from incoming live data
  • Remove Pin Value Range (as vertical-only zooms will now effectively achieve this)
  • Reinstate zoom animations (as they should work without the glitchiness now)
@icasdri icasdri changed the title Update Dygraphs to v2.0.0 Update Dygraphs to v2.0.0 (and implement zoom changes) Jan 14, 2017
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