container

The id of the html container where you'll place a chart.

Value type: String

<div id="chart_container" style="width:400px;height:200px;border:1px solid #A4BED4;"></div>
 
<script>
var chart =  new dhx.ui({
       		view:"chart",
		type:"bar",
                container: "chart_container",
                ...        
})
</script>