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
- Heatmap show previous day in the tooltip
- I want to apply custom styles for highchart plotline labels
- Highcharts: making series disabled by default when loading data from CSV
- Tooltip for line segments instead of points in highcharts
- Highcharts y axis thousands separator
- adding a highchart into wordpress
- How to reuse a SVG generated from highcharts as background
- Unable to serialize model with Highcharts property
- highchart stacked column total data per categories
- highcharts different tick interval
- Highcharts Marimekko chart refresh
- Download Highcharts graph as image results in weird characters
- Highcharts solidgauge arc shape with 5 diffrent solid color (no gradiant)
- Odd Highcharts interaction between pointRange of two columns and xAxis.max
- Issue with Highcharts not rendering in Durandal/Hot Towel Template
- Overlapping labels in HighCharts on xAxis
- Encode to JavaScript object, function get replaced
- Network diagram meets Sankey chart
- onclick display donut chart pieces' information in center
- Highcharts resize chart size using custom export button and replace expand and collapse button dynamically
- How can I create a daily chart with HighCharts
- Highcharts histogram merges last and second last column together
- Formatting tooltip for everviz
- Highcharts not rendering
- highchart not displaying bars chart while printing
- Can I make a custom tooltip on a highcharts drilldown?
- Highchart multiple axes - How can I add different starting coordinates?
- Highcharts - bar chart columns too thin with too many series
- Highcharts - Specific color zones for HighCharts navigator
- Is it possible to trigger tooltip in highchart of a line chart ONLY when the mouse hovers over the point?