-
8 Oct 2012 5:52 AM #1
Unanswered: need help for creating Pie chart within Ext.XTemplate tpl
Unanswered: need help for creating Pie chart within Ext.XTemplate tpl
Hi All,
I have basic knowledge of Extjs. I want to create a horizontal slide show in extjs 4.1 that will have some data that will come from store and a pie chart within each div.
For this i used jquery plugin for the slideshow format for a static data that was present in html.
For the purpose of showing multidata, i tried to use tpl that will create a template for the each div.
Now, my issue is that how i can call pie chart component within tpl xTemplate.
Could anybody suggest me steps to follow for the same.
Thanks in advance
-
10 Oct 2012 9:33 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,678
- Vote Rating
- 435
- Answers
- 3111
You would have to user renderTo on the chart to render it into an element created with the xtemplate
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote