Hi,
i have a gauge and a stacked bar chart on my site and the values should be replaced at runtime.
The gauge works well, but how do i change the values (series and categories) within a stacked bar chart?
I built the gauge like this
and there's no problem to change the value via javascript with this statement:
but how do i change the values of a stacked bar chart?
The chart looks like this:
I just want to replace the data and not the whole chart every time the data changes.
cheers
Hubert