Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling charts on demand

talbertMar 8 2016 — edited Mar 8 2016

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

This post has been answered by Hugh Zhang-Oracle on Mar 8 2016
Jump to Answer
Comments
Post Details
Added on Mar 8 2016
1 comment
486 views