-
5 Oct 2011 4:09 AM #1
Unanswered: Help: I can't render a graph into a div
Unanswered: Help: I can't render a graph into a div
Hey Guy I'm new in Sencha-Chart i was trying to put a chart into a div in mia html page.
I saw renderTo: Ext.getBody() and now I want to put the chart into a div of the page.
I have tried renderTo:Ext.get('foo'), but does not work.
On the page I have a div with id = foo; and the dimension.
Can someone help me? I can't find any solution.
-
24 Apr 2013 12:39 AM #2
how to get an element by id
how to get an element by id
you can not use get, use getDom('id_of_the_element') instead.
It worked for me!
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote