Home Forums Chart Support Multiple Plots/Charts using JSON Reply To: Multiple Plots/Charts using JSON

#5540

Ah, now I see! I needed two instances of “chart” – say chart1 and chart2, then two “chartcontainers” – chartcontainer1 and chartcontainer2. Then I could do chart1.render() and chart2.render (): worked like a charm. Thanks much.