The tbChartjs
component is the base to create any ChartJs 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. |
emptyMessage | string |
Defines the empty dataset message. |
errorMessage | string |
Defines the error loading dataset message. |
requireAuthentication | bool |
Set if authentication check must be executed, default true. |
showLegend | bool |
Set if show the chart legend, default true. |