Chart
This tag defines a Silk Chart component that implements the ChartJS object from https://www.chartjs.org.
This class works standalone and not as a container.
Tag Definition
Used standalone:
Properties
*Required property.
id*
The chart's unique identifier. Default Value: Empty.
title
Used to define the chart title. Default Value: Empty.
titlePlace
Sets the title's position Default Value: top.
type
Sets the chart's type using values from https://www.chartjs.org/docs/latest/charts/area.html. Default Value: bar.
dataSource*
Sets the dataSource providing the data to be used to populate the chart. Default Value: Empty.
labelColumn*
Sets the column from the dataSource providing the chart's labels. Default Value: Empty.
dataColumn*
Sets the column from the dataSource providing the chart's values. Default Value: Empty.
backgroundColor
Sets the chart background color. Default Value: #1886C1.
grid
Indicates if the chart will show a grid. Default Value: true.
legend
Indicates if the chart will show the legend. Default Value: false.
renderIf
parentList
Defines the list triggering the chart's loading process. Default Value: Empty.
indexAxis
Sets the chart index axis. Default Value: x.
tooltip
Sets if the tool tips will be displayed Default Value: false.
dataLabels
Sets whether data labels will be displayed.< Default Value: true.
Last updated