I need to display a line chart with Date_Time as xAxis and multiple yAxis. As a suply I wrote above the chart a header which displays the date and the calender week of corresponding days.
My Issue is, that I can't fix the width of each column of the chart to be in align with my header.
There is any possibility to define the width maybe also the start and end position of one column of the chart?
Please, see my screenshot
The "setPointWidth", "setBorderWidth", "setGroupPadding" and "setPointPadding" options on the "ColumnPlotOptions" configuration object may get you close to what you're looking for. Short of that though, you may need to head over to the main Highcharts forums to see if anyone has any other ideas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I need to display a line chart with Date_Time as xAxis and multiple yAxis. As a suply I wrote above the chart a header which displays the date and the calender week of corresponding days.
My Issue is, that I can't fix the width of each column of the chart to be in align with my header.
There is any possibility to define the width maybe also the start and end position of one column of the chart?
Please, see my screenshot
Thanks in advance !
Best regards,
Omar
Last edit: Omar Akbou 2012-06-06
The "setPointWidth", "setBorderWidth", "setGroupPadding" and "setPointPadding" options on the "ColumnPlotOptions" configuration object may get you close to what you're looking for. Short of that though, you may need to head over to the main Highcharts forums to see if anyone has any other ideas.