{{< highcharts >}}
Description#
The highcharts shortcode allows to display Highcharts charts.
Parameters#
Name | Type(named/positional) | Description |
---|---|---|
id | named | Id of the Highcharts container. NB: This Id can be used as the renderTo parameter of the Highcharts.Chart class . |
assets | named | Comma-separated list of minified Highcharts assets
to load in the page. NB: All the minified assets of Highcharts are included in the theme and available in assets/js/external/highcharts. |
source | named | Source of the Highcharts chart. NB: The source can be either a local path or an URL. |
Examples#
Markdown | Rendering |
---|---|
| Loading |
| Loading |
| Loading |
| Loading |