sangltdn / flot

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

Printing in Chrome #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am not able to print in Chrome v4.0 (WinXP)
I am able to print in Firefox, Safari, and IE8.
The axes are present, but the data and the grid lines are missing.
I am surprised that Chrome and Safari have different behavior and I don't 
know where to start to investigate.

Original issue reported on code.google.com by sed...@gmail.com on 22 Feb 2010 at 9:47

GoogleCodeExporter commented 9 years ago
I had the same problem with you too.

It may depend on your data type, I used time datatype, and added logic to plot 
the min 
and max for axes, I just got axes with NaN and no data. Then I commented the 
logic to 
calculate min and max , just plot the original data, then it works. 

You may also paste ur code so that we can have a look at it.

Original comment by pri...@gmail.com on 23 Feb 2010 at 11:11