CHART is a component that allows to create different charts on a page. Ui-related CHART inherits from view.
Related sample: 07_chart/01_initialization/01_load_xml.html
The following is an example of initialization with the commonly used parameters (to see a full list of CHART's parameters, please refer to the corresponding chapter of the manual):
dhx.ui ({view:"chart", id:"topChart", type:"bar", value:"#sales#", details:"#year#", datatype:"json", data:salesData });
Specify id if you're going to refer to CHART later.
To use ui functionality, touchui.css and touchui.js files must be included.