nehed-amri / dwpe

Automatically exported from code.google.com/p/dwpe
MIT License
0 stars 0 forks source link

How can i get pdf or Images of this chart #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.right now it display simple table format graph
2.
3.

What is the expected output? What do you see instead?
i have this graph in pdf or image format which i can store and reuse it.

What version of the product are you using? On what operating system?

latest version with win xp os
*** Please use labels below to identify the type of issue and the widget to
which it applies. ***

Original issue reported on code.google.com by Er.praka...@gmail.com on 21 Jul 2010 at 1:53

GoogleCodeExporter commented 8 years ago
The chart is a combination of HTML elements and canvas drawing, so in order to 
save it as an image, you'd need to either print the page to PDF, or utilize 
some technology that converts a rendered web page to an image. 

Neither of these can be supported by this plugin directly, but you may be able 
to implement them in your own application.

You might also explore the canvas drawWindow method, which supposedly renders 
portions of a webpage inside a canvas element. Not sure on the browser support 
for it though.

Good luck!

Original comment by scottj...@gmail.com on 12 Aug 2010 at 3:31