I have a dhtmlxWindow object with layout attached to it. In one cell of the layout I have 3 views with different charts attached to each view. All works fine until I maximize the window. The charts (the views as a matter of fact) do not resize with the layout.
When I attach chart to layout cell directly - all works great.
Hello
You need use direct attachment to the layout cell as “attachChart” method - chart will resize with the cell. But pay attention on methods fixSize or setAutoSize - may be you will need one of them.
I have 3 charts on 3 views and a tabbat to switch between them. What other way of doing 3 types of charts in one window do you suggest if not using views?