Hi, please see my code
http://jsfiddle.net/boykocodon/3kJrF/6/
main serie is grouping by 1 week.
Now when i click button set, i want to force main serie grouping by 1 day.
So how can I do.
Please help me.
Thanks
Instead of continuing the battle against spammers, we decided to close the forum for new users and topics. But don't worry, there are still plenty of ways to reach us. Most notably, we will move our attention to Stack Overflow, where we will monitor questions under the tags [highcharts], [highstock] and [highslide].
For other ways of getting in touch with us, see Highcharts Support or Highslide Support.
Torstein Hønsi, CTO, 2013-01-29units: [
['day', [1]],
['week', [1]]
]hfrntt wrote:You can add second dataGrouping unit, like this:
- Code: Select all
units: [
['day', [1]],
['week', [1]]
]
Users browsing this forum: No registered users and 7 guests