Charts component CSS
warning
The content on this page is outdated and will not receive updates. For the most up-to-date functionality, refer to Setting up and managing flows.
This topic provides examples of the main CSS classes/selectors you can use to customize chart components.
Default legacy player CSS
You can use the following classes/selectors to apply additional CSS styling to chart styles in a flow running the default legacy player.
| Class/Selector | Description |
|---|---|
.mw-bs .mw-chart | The main class applied to the entire chart component within a flow. For example, to increase the padding, and add a border around a chart:.mw-bs .mw-chart {padding:15px;border:1px solid black} |