Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 highstock 折线图,显示给定股票的每日和每周股票价格。问题是当数据数组足够大时,每日数据点被“抽样”成每周数据点,每周数据点被抽样成每月数据点。
有没有办法防止这种情况?
任何帮助,将不胜感激。
尝试将启用的 dataGrouping 设置为 false
// other settings here plotOptions : { area : { // change this to the chart type you use dataGrouping : { enabled: false } } } // other settings here
用 /n 用 php