{% call panel.component(title='Line', description='A line chart is a way of plotting data points on a line. Often, it is used to show trend data, or the comparison of two data sets.') %}
{% endcall %}
{% call panel.component(title='Area', description='An area chart or area graph displays graphically quantitative data. It is based on the line chart.') %}
{% endcall %}
{% call panel.component(title='Doughnut', description='Excellent at showing the relational proportions between data.') %}
{% endcall %}
{% call panel.component(title='Bar', description='A bar chart provides a way of showing data values represented as vertical bars. It is sometimes used to show trend data, and the comparison of multiple data sets side by side.') %}
{% endcall %}
{% call panel.component(title='Switch Toggle', description='Easily toggle an additional set of data with a simple interface based on the data attributes.') %}
{% endcall %}
{% call panel.component(title='Radar', description='A radar chart provides a way of showing multiple data points and the variation between them. They are often useful for comparing the points of two or more different data sets.') %}