Hybrid View
-
7 Mar 2012 10:23 PM #1
Unanswered: Touch Charts - Export to PDF or save as image Format PNG / JPEG
Unanswered: Touch Charts - Export to PDF or save as image Format PNG / JPEG
Hi all,
Is there any feature in Touch charts1.0 to export it in a spreadsheet or PDF or either saving as image format.
As mentioned in Ext js 4.1 is there any option to save charts.
is there any idea to include this feature in touch charts 2.0 or in sencha touch??save( Object config )Saves the chart by either triggering a download or returning a string containing the chart data. The action depends on the export type specified in the passed configuration.
Possible export types: - "image/png" - "image/svg+xml"
Other configuration properties: - width
Example usage:
chart.save({
type:'image/png'});
Parameters- config : Object(required) Object which contains information about the export-type
Or else if these option are not available is there any other way to achieve this.
Any work around appreciated.
Thanks
- config : Object(required) Object which contains information about the export-type
-
8 Mar 2012 12:47 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3106
It looks like Touch Charts 2 will have the save method and SVG exporter.
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.
-
8 Mar 2012 10:15 PM #3
thats good to hear
thats good to hear
Oh.. Thanks for the news mitchell. Where can i find the docs for touch charts2.0.
Is there any workround for charts exporting to pdf or converting to SVG format.
Gimme some brief idea for achieving this.
-
9 Mar 2012 4:58 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3106
Touch Charts 2 is not available quite yet but will be soon.
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.
-
28 Jun 2012 11:48 PM #5
Hi,
I'm using Sencha Touch Charts, and i would like to know if the save method is available.
Thanks
-
23 Jul 2012 2:31 AM #6
Yeah it would be absolutely awesome to be able to save as PDF.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote