epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 278 forks source link

Multiaxes #157

Closed gobwas closed 9 years ago

gobwas commented 9 years ago

Hello!

Is it possible to use realtime graph with multiaxes?

I mean, something like that: http://www.flotcharts.org/flot/examples/axes-multiple/index.html

Thanks!

rsandor commented 9 years ago

@gobwas - Currently Epoch doesn't have multi-axis support for real-time line charts. However, this might not be too hard to implement by extending the current real-time line chart. Let me take a look into this for you (and perhaps we can just make a new chart!).

gobwas commented 9 years ago

Thank you very much!

rca commented 9 years ago

This would be a very useful feature; thanks for getting this project rolling again @rsandor !

rsandor commented 9 years ago

@gobwas & @rca - I started a PR that should address this issue for the real-time line plot. Please have a look and let me know what you think or if you have any suggestions. Cheers.

gobwas commented 9 years ago

@rsandor :fireworks: :beers:

rsandor commented 9 years ago

This is in epoch as of 0.8.0, documentation coming soon. If you want to start using it sooner see the PR: #198