Closed GoogleCodeExporter closed 9 years ago
Not Firefox-specific; probably affects all browsers.
Original comment by ryandesi...@gmail.com
on 22 Jun 2010 at 9:14
this isn't specific to FF. It occurs in all webkit browsers as well.
The height needs to be set on the container in the draw method as follows:
Index: canviz.js
===================================================================
--- canviz.js (revision 284)
+++ canviz.js (working copy)
@@ -639,6 +639,7 @@
});
this.container.setStyle({
width: width + 'px'
+ height: height + 'px'
});
while (this.elements.firstChild) {
this.elements.removeChild(this.elements.firstChild);
Original comment by mga...@gmail.com
on 22 Jan 2011 at 12:42
Fixed in r292.
Original comment by ryandesi...@gmail.com
on 10 Dec 2011 at 2:18
Original issue reported on code.google.com by
lundberg...@gmail.com
on 22 Jun 2010 at 8:14Attachments: