Open GoogleCodeExporter opened 9 years ago
As a workaround, could you create a new BarChart instance?
Original comment by dglibi...@google.com
on 2 Mar 2011 at 2:52
I found out that it was acutally a problem with Core Chart. I reverted back
from 1.1.1 to 1.1.0 and had the same problem with core chart.
The old bar chart library does not have the problem.
The workaround is this:
1.) when initializing the constructor set options.height to a very large number
(e.g. 10000)
2.) in your css file set div.gwt-viz-container { overflow: hidden }
3.) call chart.draw with options set to the desired height.
Original comment by curda...@gmail.com
on 2 Mar 2011 at 4:43
Original comment by zundel@google.com
on 28 Oct 2011 at 4:19
Original issue reported on code.google.com by
curda...@gmail.com
on 1 Mar 2011 at 11:46