# Chart Charts can be added using ``` php addChart('line', $categories, $series, $style); ``` For available styling options, see [`Styles > Chart`](../styles/chart.md). Check out the Sample_32_Chart.php for more options and styling.