I'm wondering how could I set my xAxis Extreme values on my horizontal bar chart so that I get them from the left side to the right side because, with just this code
I'm not sure I completely follow your question, but as Cory noted you'd want to set the extremes on the "Y Axis" for a bar chart to control the width of the horizontal axis (as Highcharts defaults to reversing the axis positions for bar charts.) If you're getting a blank chart when you do that though, then you probably have something different going on. If you can boil your use case down to simple example that demonstrates the problem and post that code here, someone may be able to provide some better assistance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I'm wondering how could I set my xAxis Extreme values on my horizontal bar chart so that I get them from the left side to the right side because, with just this code
here is the snapshot of my stackedBar
Last edit: ama1215 2015-10-13
Any idea please ???
With bar charts, the x-axis is rendered vertically by default, so its values will go from top to bottom. The y-axis values will go left to right.
the problem is that when I set extremes values on the y-Axis, the chart will completely disappear and become blank ???????
Do you know why this is happening and how could I fix it???
any suggestion or idea please.
I'm not sure I completely follow your question, but as Cory noted you'd want to set the extremes on the "Y Axis" for a bar chart to control the width of the horizontal axis (as Highcharts defaults to reversing the axis positions for bar charts.) If you're getting a blank chart when you do that though, then you probably have something different going on. If you can boil your use case down to simple example that demonstrates the problem and post that code here, someone may be able to provide some better assistance.