Hi,
i am currently adding some jet-charts to my existing non-jet-application. I want to add these charts dynamically, when the user requests one of them. For this purpose, i append the html to a new div as the view for the chart. Then i am calling a function which creates the chart-model, just like here Pie Chart - Default .
This works the first time fine, the second time it says "You cannot apply bindings multiple times to the same element.". Is it possible to create multiple instances of a chart?
The main point is: I want to add the charts on demand, not all on the same time, so can i update an existing chartmodel with a new chartseries?
Thanks in advance
talb