score:33
You don't want to set align:left at the axis level, you need to use it on the plotband label level.
The code in that example is explicitly telling the chart to align the plot band labels to the right, and push them an extra 40 pixels right as well.
Change that to align:left
, and x:0
(or, just don't set the align or x properties at all, and by default the labels will be on the left, as they've always been...)
example:
{{EDIT:
Your original question referenced the plotband labels in highcharts...
But it seems your question is really about the y axis placement in Highstock.
To move it to the left, you need to add this:
yAxis: {
opposite:false
}
as Highstock sets the axis to opposite:true
by default.
Example:
score:10
In order to put your yAxis label to the left side, just set yAxis' opposite property to false.
yAxis: {
opposite: false
}
It seems not intuitive, though.
Source: stackoverflow.com
Related Query
- how can I move yAxis labels from Right of chart to left of chart in highstock
- How can I move the datalabel in top right in variable pie chart
- How can I group the yAxis of a HighStock Chart by Month Only Using (Millisecond) Time-Stamps?
- How do you remove x-axis labels from a highchart.js bar chart
- Highcharts - How can I remove starting and ending padding from area chart
- How to extract the data from highstock chart
- How can I prevent my HighChart bar chart from being inverted?
- How can I get the navigator selection from a Highstock chart?
- How to use Highcharts to implement this dynamically shifting from right to left effect?
- HighCharts - how to align (justify) xAxis labels left and right
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- How can I display crosshair labels on top of the chart with Highcharts
- How to set minutes as units in Highstock chart using data from CSV
- HightCharts: How to align pie chart positions to right or left corner of the container
- How can I reveal my chart tooltip programatically when the tooltip combines data from multiple series? (sync charts)
- How can I move columns to the right in a Highcharts chart?
- How can i use Highstock rangeSelector get the yAxis Max_value and Min_Value
- how to remove time from Highstock chart at navaigater bar?
- How to move x-axis labels to the left using highcharts?
- How can I get the top value of the yAxis labels in highcharts?
- How can a text box be bound dynamically to the right border of a chart created with Highcharts?
- How to start highchart column chart from left most corner of x-axis?
- move x and y axis from left to right in highchart
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How can i draw a high chart with two labels in x coordinate using highchart
- How can i align the highchart legend pagination to right or left side of the legends?
- How can you align the left and right Y-axes of vertically stacked HighCharts charts?
- How To Show Tooltip In Sparkline Chart From Code
- Highcharts.js question: is it possible to add blank space from the left and right side of chart that will be visible only during panning?
More Query from same tag
- Angular - Custom DaterangePicker in Highchart
- How to display a clickable pie chart in the cell of a html table?
- highcharts using pie chart plotOptions
- Plotting multiple series from JSON php import to Highcharts
- Spline line is very curved, how to smooth it?
- Highstock not showing all series
- HighCharts Axis Label Encoding
- Custom Highcharts Context Menu Button Appearing in Every Chart on Page
- Highcharts annotations outside the plot area incorrectly placed
- Highcharts fill in scatter plot data with 0s
- Highstock (Highchart) 1.3.1 behaves erroneously when legend is aligned to right
- Highchart Spider web chart, pointPlacement and tickInterval
- Dynamically Transform Data with User Input (Highcharts, JavaScript,Django)
- Angular Highcharts dynamic x-axis not working
- BorderRadius Using HighCharts HeatMap
- How to define the color of the underline of xAxis HighCharts
- how to prevent highcharts tooltip popup from hiding, on graph area or browser window resize?
- Switch from pie to column and show labels
- How to display Highcharts x-axis time stamp labels inside tooltip?
- Second Y-Axis in Highcharts linked to specific data series
- Grouped and stacked columns with shared series
- React highcharts, show legends as bar
- Reveal.js with highcharts
- Require highcharts-browserify to use specific version of highcharts?
- Unable to load internal .js files on webserver
- Highcharts plot in fancybox
- HighCharts : xAxis Categories Date format not working
- How to change default line color in highchart stock GUI tools?
- Show label of stacked columns only on hover (and also the previous and next column)
- Highcharts tooltip shadow angle