How to draw line graph on timeline using visjs?
问题 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