I am working on a simple chart with Highcharts on ExtJS 3.* version. I am using this simple example on jsfiddle. I don't want to render this chart to a div
element. I want to put this in a Ext.Panel
but when I tried it gives error. How can I do without chart's renderTo
property.
As @Sebastian Bochan stated highcharts.com/download solved my problem.