Supported Chart Types
The plugin currently supports the following chart types from ChartJs.
- line
- bar
- scatter
- pie
- doughnut
- polarArea
- radar
These are declared at the beginning of a codeblock.
```datachart
type :: line
y = x^2
The type:: is required, otherwise the plot won't generate.