I have a View with a Jqplot graph. For printing I use browser's print option (I use print.css)
When I print a very simple jqplot graph (Two Bars), the file sent to the printer has a size nerly to 30 MB and printer takes too long to respond. The same thing sending the graph to a pdf creator.
Browser print preview works fast.
Im using:
- Google Chrome 19
- Asp. Net MVC3
- Jqplot Version: 1.0.0b2_r1012
This is graph's CSS:
#regimenCajaReductora
{
height: 200px;
width: auto;
margin: 0;
float: none;
}
Could you help me with this problem? Thanks in advance.
UPDATE
I tried it using IE9. The file sent to the printer was nearly to 3 MB. 10 times smaller than Chrome 19.