I am looking at this example: ArcGIS API for JavaScript Sandbox
- How could you modify this so the chart div is hidden on load...sure you can just set that property in HTML style.
- or on map load dijit.byId("profilecontainer").domNode.style.visibility = 'hidden';
- BUT when the user hits the polyline button it then opens the chart to say 40%
- BUT i also need to close the chart window...maybe a button below the miles selector.
- It would need to close the chart window and then expand the map to the full area.
So I guess I am asking how to control two containers.
When one opens it sizes to 40% height and 100% width
When it closes the map window resizes to 100%