score:30
You can change order by index parameter which can be set in serie.
series: [{
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4],
index:1
}, {
data: [144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4, 29.9, 71.5, 106.4, 129.2],
index:0
}]
score:-2
What you are looking for is reversed
in xAxis or yAxis. I tried reversedStacks
but it didn't work and after looking at the documentation, I couldn't find it so assuming that it has been replaced with reversed
.
score:0
Another way of doing this is by adding .reverse()
to the end of the series array, see example at http://jsfiddle.net/sq9u6q5n/ .
score:1
You can use the serie's legendIndex parameter : http://api.highcharts.com/highcharts#series.data.legendIndex
score:43
Since this was the top result in google, maybe this saves time for some:
The yAxis
has a reversedStacks
parameter (since version 3.0.10), which is true
by default. To build stacks from bottom up, set this to false
. Legend and shared tooltip item order remain correct this way.
Source: stackoverflow.com
Related Query
- How to prevent my stacked series from being in reverse order?
- How can I hide a series from initially being displayed in Highcharts
- How can I prevent my HighChart bar chart from being inverted?
- How do you set the stack order of the series in a stacked bar chart?
- How to prevent a React onClick event from being consumed by child
- How can I reverse the series order of a pyramid chart in Highcharts
- How can I hide series from a HighCharts legend?
- How to display highchart series line marker symbol from tooltip formatter?
- How to prevent highcharts from shortening labels with ellipsis
- Highcharts - specifying order of stacked time series
- How can I delete all of the points from a highcharts series
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- How do I prevent Highcharts from truncating categories?
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- How do you prevent a popover from overflowing viewport boundaries?
- How to set minimum height of data element of series in stacked bar chart?
- How to obtain HighCharts series "id" from "series" elements?
- How to show Legends for all the series data in stacked column chart Highcharts?
- Highcharts - How to make a scatter plot with multiple series from HTML table
- Highcharts - stacked column - order series index dynamically for each category
- How can I dynamically update pointStart series attribute from highcharts.js?
- How to fetch value from another series or data
- How to add Series data in Highcharts from MVC
- How to reverse colors order for the first label?
- How to efficiently remove all series from highchart/highstock and then add many more
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- In highchart how to show y axis values in reverse order
- How can i access data from series in tooltip
- How to get region/province code from IP address
- How to get data for series and categories in highcharts-convert.js from mysql
More Query from same tag
- Align second scatter series to the side similar to how column and bar charts do using HighCharts
- Remove the second tooltip in Tree map using Highcharts
- Set 'src' attribute for document.createElement('script')?
- HighStocks series does not show line on Black Colors
- Highcharts point selecting trouble
- Javascript not executing after ajax partial rendering in rails
- Fetch data from firebase firestore and plot histogram using highcharts when cardview clicked - android
- Selection Menu lags while the file is loading
- Disable marker hover in only one marker of highchart
- Highcharts click event should apply only on marker point
- Calculating on SetExtremes, Navigator behavior in highcharts
- how to improve highcharts scatter 3d performance
- error while installing highcharts in angular app
- How to delete and add new contents in html file by python
- How do I place the labels next to the series on a split packed bubble chart?
- Highcharts - How to format yAxis label to have single digit?
- Javascript chart component that can handle annotated news headlines
- HighCharts is it possible to pass an object to pointer config of Gauge chart?
- Load values for high Chart Values in jquery
- getJSON different line options
- how to install highcharts with bower
- Highcharts remove theme background before printing
- Highcharts chart title and subtitle overlapping on Iphone 5
- Laravel - selectRaw( count(*) ) is returning as string and not integer?
- How to Multiply two arrays and dynamically plot into HighCharts?
- Bubble chart cannot reduce bubbles
- vue-highcharts dynamic master detail chart example
- Html5 line chart with a different color when out of area range
- About HighStock multiple data tooltip
- UTC number getting displayed on xAxis with highcharts