# <chart> Development The **<chart>** component displays line charts, gauge charts, and bar charts. For details, see [chart](../reference/arkui-js/js-components-basic-chart.md). ## Creating a <chart> Component Create a **<chart>** component in the .hml file under **pages/index**. ```