epochjs / epoch

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

epoch not refreshing on jqgrid row select #215

Open amitbrcmit opened 8 years ago

amitbrcmit commented 8 years ago

Hi, i am using epoch for real time graph.In my case when i am selecting Jqgrid Row then i am passing data to epoch and graph is showing but when i am select any other row data is getting pushed but it simply appending(i means it not shwoing from the beginging) so each time when i am clicking a row this poech should start new graph.Any help ?