diff --git a/modules/system/assets/ui/docs/chart.md b/modules/system/assets/ui/docs/chart.md index 8e32176d6..cd576fe6b 100644 --- a/modules/system/assets/ui/docs/chart.md +++ b/modules/system/assets/ui/docs/chart.md @@ -19,6 +19,26 @@ The pie chart outputs information as a circle diagram, with optional label in th ![image](https://github.com/octobercms/docs/blob/master/images/traffic-sources.png?raw=true) {.img-responsive .frame} + +## Line chart + +The next example shows a line chart markup. Data sets are defined with the SPAN elements inside the chart element. + +
+ + +
+ +![image](https://github.com/octobercms/docs/blob/master/images/line-chart.png?raw=true) {.img-responsive .frame} + ## Bar chart