Skip to Content
1
Apr 24, 2014 at 10:24 PM

cannot bind makit chart to model

25 Views

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