Javascript library for drawing Graphs over Timelin

2019-01-16 00:21发布

Is there a javascript library that allows for drawing histograms/graphs over timelines, allow zooming, as well as selecting regions.

Something similar to Google's Financial Data Graphs (allows for scrolling, zooming in, as well as selecting ranges) Google Financial Data

Thanks.

15条回答
不美不萌又怎样
2楼-- · 2019-01-16 00:42

Envision.js, which makes use of flotr2, seems like a decent choice, especially if you have to support IE 8. Granted, the documentation is a bit sparse, but the timeline and finance charts are a nice piece of work.

查看更多
我命由我不由天
3楼-- · 2019-01-16 00:43

Here is one for you that allows scrolling, zooming, and many more interactions:

http://datavisualizationsoftwarelab.com/

This SDK lets you create wide range of charts:

  • Time based charts
  • Network charts
  • Pie charts
  • Coming soon are Geo charts, facet charts and XML Charts

Graphs are pure HTML5, no dependancies on other libs, thus easy to integrate with any JS framework (such as jQuery). Uses Canvas for rendering, has full multi-touch support for navigation, interaction and exploration of data.

Here are few example of charts:

Charts are free for non-commercial use, commercial licenses and technical support available as well.

enter image description here

Charts come with extensive API and Settings, so you can control every aspect of the charts.

查看更多
\"骚年 ilove
4楼-- · 2019-01-16 00:50

Nobody (yet) mentioned Protovis, checkout the Examples, graphs similar to Google Finance can be created by combing Focus+Context and Playfair's Wheat.

查看更多
Root(大扎)
5楼-- · 2019-01-16 00:52

A few good ones are:

查看更多
再贱就再见
7楼-- · 2019-01-16 00:56

Flotr is a library for Prototype and Mootools which has interesting features :

alt text http://phenxdesign.net/projects/flotr/screenshots/advanced-titles.png

查看更多
登录 后发表回答