Hello Luc Nguyen!
You can achieve this using the following code on your Advance Format -> HighCharts JSON option
"plotOptions: {
series: {
stacking: 'normal',
dataSorting: {
enabled: true,
sortKey: 'y'
}
}
}"
This will ensure that your data can be dynamic and sorted!

I will leave an oml so you can check the code, I even recreated the data from the fiddle.
Hope it helps!
Paulo Rosário