HI Expert
It works if I bind a chart to a model. e.g. oChart.setModel(model);
However if I use a model name, it will not work e.g. oChart.setModel(model, 'example');
Here is the jsbin.
Can someone shed some lights on this?
Thanks
-D