Custom CSS Samples
These features are supported in the release 5.3.10 (or newer)
Important Note :
Example Scenario: Styling Chart Elements
.vitara-chart-background {
fill: rgb(117, 245, 66);
background-color: rgb(117, 245, 66);
}.vitara .vitara-chart-background {
fill: rgb(117, 245, 66);
background-color: rgb(117, 245, 66);
}Styling Using Chart Classes
.VitaraHCAngularGaugeChart .vitara-chart-background {
fill: red;
}Chart Area Background

Plot Area Background

Axes Labels and Data Labels

Tooltip

Category Axis with title style different from the label style

Border around bars/columns with border styling

Line Chart with different line style set

Legend Styling

Customising Markers

Customising Grid lines
Applied stroke to be black , opacity to be 0.2, stroke-dasharray to be 6,6

Customising a property specific to one or more charts

Last updated
Was this helpful?
