The tbHighcharts
component is the base to create any Highcharts component.
Param | Type | Details |
---|---|---|
serverUrl | string |
Set the HTTP URL where the data comes. |
chartName | string |
Defines the chart name. |
chartType | string |
Defines the chart type. |
title | string |
Defines the title. |
requireAuthentication | bool |
Set if authentication check must be executed, default true. |
onLoad | function |
Defines a method to run in chart data load |
emptyMessage | string |
The empty message. |
errorMessage | string |
The error message. |
options | object |
The Highcharts options method. |