TanTayBui / flot

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

Pie graph cut off when printing with aspx #712

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using ASP.NET and used flot to draw a pie graph on the page, when printing 
or in a print preview the pie chart gets cut in half. This is only a problem 
with IE, I'm specifically using IE8, I haven't tried other versions. It works 
with an HTML page but not aspx.

Original issue reported on code.google.com by nickwest...@gmail.com on 28 Jun 2012 at 3:13

GoogleCodeExporter commented 9 years ago
This doesn't sound like a Flot problem.  If it works in regular HTML, then you 
should look for the problem in the additional mark-up & code that ASP is adding.

My guess would be that Flot's container div isn't being sized properly.

Original comment by dnsch...@gmail.com on 10 Jul 2012 at 11:27