Unanswered: how to add a rectangle onto a ext.chart.Chart
Unanswered: how to add a rectangle onto a ext.chart.Chart
hi all,
i create a simple chart like ...
Ext.create('Ext.chart.Chart', { ...,store:...,axes:... });
...it works without error.
then i want to add rectangles onto the chart, according to their position and size data. how can i get there?
thanks.