ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
FacetChart.settings.area.style
This section is defined by the type FacetChartSettingsAreaStyle.
Area style.
Properties
fillColor: string
Default value: "transparent"
Inherited from: BaseSettingsAreaStyle
Background fill color of chart area
image: string
Default value: null
Inherited from: BaseSettingsAreaStyle
Background image of chart area.
noData: anonymous type
Inherited from: LinearChartSettingsAreaStyle
Style settings when there is no data to display.
Properties
overlayColor: string
Default value: null
Inherited from: BaseSettingsAreaStyle
The foreground fill color of the chart area. rgba()
with alpha transparency should be used
zoomHighlight: LinearChartSettingsHighlightStyle
Inherited from: LinearChartSettingsAreaStyle
View section details
Zoom In/Zoom Out animation highlight settings.
zoomHighlightInactive: anonymous type
Inherited from: LinearChartSettingsAreaStyle
Zoom highlight style after zoom animation is finished.
Properties
fillColor: string
Default value: "rgba(30,160,220,0.08)"