Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Unable to update dataSource in stacked bar chart
posted

Hi

I got a global object holding my dataSource data

I am able to initially create and render the stacked bar chart correctly

But if i try to refresh the data, the chart isnt updated

on refresh, i get the new data from a webservice, adds it to my global dataSource object, and then call igDataChart('option', 'dataSource', myglobaldataobject);

nothing happens

any ideas?