vis.js-timeline

How to draw line graph on timeline using visjs?

天大地大妈咪最大 提交于 2020-01-12 07:09:32
问题 Is it possible to draw line graph on timeline, using visjs? I want to get something like here http://almende.github.io/chap-links-library/js/timeline/examples/example19_bar_graph.html but instead of bar graph, I need line graph. Essentially the question is, is it possible to get timeline and graph2d on the same canvas like in example below? 回答1: With the help of the demo of syncing to timelines here and some experimenting of my own, the following seems to do something similar. You could

How to draw line graph on timeline using visjs?

≯℡__Kan透↙ 提交于 2019-12-03 11:45:49
Is it possible to draw line graph on timeline, using visjs? I want to get something like here http://almende.github.io/chap-links-library/js/timeline/examples/example19_bar_graph.html but instead of bar graph, I need line graph. Essentially the question is, is it possible to get timeline and graph2d on the same canvas like in example below? With the help of the demo of syncing to timelines here and some experimenting of my own, the following seems to do something similar. You could probably tweak it a bit more to get what you want. The console warnings of "WARNING: infinite loop in redraw?"