Frage

I have three values, two of which should be combined to a stacked bar, and the third just as a normal one. How would that work in Highcharts? I read the data from a CSV file.

Here is the link to the existing graph. The "Nutzung" and "Absterberate" should be combined, the "Zuwachs" should be a single bar.

Thanks for any hints!

War es hilfreich?

Lösung

Set in plotOptions stacked: 'normal' and then for each series you can define stack see: http://api.highcharts.com/highcharts#series.stack

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top