Description
The Chart widget takes a specially-formatted table of data, and uses Google Charts to render it as an attractive chart.
The Chart widget is designed for use soley with the output of the \IPS\Helpers\Chart class and is documented here for completeness only. Consult the documentation for the PHP class for more information.
Options
type
(String; required)
Specifies the type of chart to render, e.g. LineChart
extraOptions
(Object; optional)
Object of extra options passed through to the Google Charts library.
Events
chartInitialized
Triggered after the chart has been initialized.
Report Guide