Omit 'value' setting when adding series

It would be much easier for me, if it would be possible to skip the initial series that is defined when dhtmlXChart is instantiated. For example, if I remove the line value:“#sales#”, in the example dhtmlx.com/docs/products/dhtmlxC … eries.html the first column is removed, but the 2 other series are not properly centered. Somehow dhtmlXChart expects the first series to be defined at chart initialization… I’m using dhtmlXChart 3.0

Thanks

Hello
In your case you can only rebuild the chart

Hi Darya
What do you mean by ‘rebuild’? Is there no way add all series with a single loop?

chart.destructor(); chart = new dhtmlXChart() ...
You need restructurize the chart.
There is no possibility to add/delete series dynamically

addSeries() works just fine for me. It’s the ‘initial’ series from value property that breaks the sistem.

Anyway you can’t delete series “on fly”