Please tell me how you can implement this on js

Where to dig in the first place? There and scrolling done. What technology? Flash, Silverlights, Java, jQuery .. Maybe there are ready-made js-libraries.

Thank.

  • js and canvas. As you want, and implement - andreymal
  • By the way, the beginning of the era there is wrong, but that’s another story - andreymal
  • It should be at the lowest cost) - Jenkamen
  • On time or on money? These two costs are mutually exclusive :) - andreymal
  • Mental costs)) - Jenkamen

1 answer 1

In this example, I think that the custom chart was implemented.

There are libraries for working with time, such as visjs and MetricsGraphics.js .

But if you need something custom, then you have to learn d3.js on the habr there is a lesson on how to make a graph using d3 d3.js

Here's an example with visjs a bit like this one.

  • Interesting, thanks - Jenkamen