开发者

Free charting control with date axis [closed]

开发者 https://www.devze.com 2023-03-26 17:07 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

Is there a free web control (serverside php or clientside flash or javascript) that can take a set of datapoints with timestamps (possibly with gaps or at irregular intervals) and draw a chart that 开发者_Python百科would automatically scale the date axis?

If there are a few datapoints hours apart then the chart would draw each datapoint. If there are thousands that span a year, it would draw month grid. If there are gaps - it would interpolate.


I think there are tons of them. The one that I have experience with (sure to work) is http://code.google.com/p/flot/

See its examples http://people.iola.dk/olau/flot/examples/

Specifically, http://people.iola.dk/olau/flot/examples/time.html

You just have to mention the timestamp (in ms) for the data points and it will scale based on the data.

0

精彩评论

暂无评论...
验证码 换一张
取 消