I wonder if it's possible with xAxis type datetime set this
pointStart: Date.UTC(2010, 0, 1),
pointInterval: 24 * 3600 * 1000, // one day
But if I want a dataGrouping option by week dynamically I can't see here: http://jsfiddle.net/L7d5d8fj/
I wonder if it's possible with xAxis type datetime set this
pointStart: Date.UTC(2010, 0, 1),
pointInterval: 24 * 3600 * 1000, // one day
But if I want a dataGrouping option by week dynamically I can't see here: http://jsfiddle.net/L7d5d8fj/
dataGrouping will work on Highstock chart only: http://www.highcharts.com/docs/advanced-chart-features/data-grouping
As an answer to your problem with showing lines and columns in your chart (discussion in comments) You can set your approximation manually, so you will be sure that both of your series types have the same approximation:
Here you can see an example how it can work: https://jsfiddle.net/ezhp5a4j/4/