I just started with GWT and HighCharts and I took the code from the showcase application to draw a Basic Area Chart.
When I make the width of my browser window smaller the chart is automatically corrected. This does not happen when I make the hight of the browser window smaller then a part of the chart disappears from below.
When I have a look in the showcase example I can make the window very small and the width and height are automatically adjusted of the chart.
So the ShowCase works perfect and when I copy the example code and test it I have the problem that the hight of the chart is not automatically adjusted to the window height.
Thanks for your help.
Best regards,
Dennis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I just started with GWT and HighCharts and I took the code from the showcase application to draw a Basic Area Chart.
When I make the width of my browser window smaller the chart is automatically corrected. This does not happen when I make the hight of the browser window smaller then a part of the chart disappears from below.
When I have a look in the showcase example I can make the window very small and the width and height are automatically adjusted of the chart.
So the ShowCase works perfect and when I copy the example code and test it I have the problem that the hight of the chart is not automatically adjusted to the window height.
Thanks for your help.
Best regards,
Dennis
setHeight100() solves it!
Best regards,
Dennis