youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Unable to draw chart with % height #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using the following code:

<div id="manualLineChart" style="width:100%;height:33%;"></div>

The chart is not drawn. Removing the % sight from the height, works as expected:

<div id="manualLineChart" style="width:100%;height:33;"></div>

Using revision 125.

Original issue reported on code.google.com by boem...@gmail.com on 13 Apr 2010 at 5:34

GoogleCodeExporter commented 8 years ago
This is normal as the div won't have height as it must be a value with an 
absolute value (px, pt, etc).

Original comment by fabien.menager on 16 Jul 2010 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by fabien.menager on 16 Jul 2010 at 7:09