I need overlap one series data on HighCharts Cloud, change the order that appear the data series.
I'm using the template of area charts and the main serie iis being capped by another data serie.
Thanks
Hi, thanks for anwser
I have 4 data series in one of my charts, but one always stay above the other. Trying some things I see one thing, if I change the order of the series on google sheets, change the order that appear one above other.
But I have a lot of workbooks on googlesheets and change de series of all of them will be hard. I want to know if have some way to change de order that one serie appear uppon another in the settings inside cloud.highcharts.com.
Thanks for attention
I am not sure but you are probably looking for a Z Index property.
Please, go to Customize -> Advanced -> Series -> Series[n] -> Z Index and set which series should be on top.
If you set Series1 -> Z Index to 3, and then Series2 -> Z Index to 2, then Series1 will be above Series2.