ChartArea
12 Sep 20251 minute to read
Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.
For example, to change the of the pivot chart’s background, set the property opacity to 0.5.
Properties
background string
Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.
Defaults to ‘transparent’
backgroundImage string
Allows to set the background image of the chart area that accepts value in string as url link or location of an image.
Defaults to null
border PivotChartBorderModel
Allows options to customize the border of the chart area.
opacity number
Allows to set the opacity to the background of the chart area.
Defaults to 1