0

我有大约 8000 个数据点需要使用 highcharts 绘制,图表数据的分辨率为 2 秒,我想先绘制最近 30 分钟(范围选择器默认为 30m),然后根据范围选择器事件,我想要使用一些php代码渲染图表数据,这可能吗??请指导我。

Also, when range of 1day is selected/clicked, there are too many data points and the chart is very slow to respond to label events or zoom, Can I display averaged data meaning, when 1 day is selected display data points with resolution of 1min而不是2秒的数据??

类似于此演示页面所描述的内容;http://www.highcharts.com/stock/demo/data-grouping 当放大任何特定区域时,数据会平滑呈现,我想要这样的东西。

4

1 回答 1

0

但是您发送的示例有什么问题?Highstock 的目标是显示该点数,这就是创建 dataGrouping 的原因。如果您只想使用 Highcharts 显示,请参阅主从示例。

于 2013-06-28T11:37:55.853 回答