Skip to main content

Quick Start - Appearance

How to change appearance of dxchart5-react

Fully custom CSS

dxchart5-react uses styled-components (SC) under the hood, so you can use SC style overrides and change appearance of your app. Read more

Styling with styled-components is only available for react components.

CSS variables

For colors we use CSS variables - so just replace them to change the look and feel of your app.

Styling the dxcharts-lite canvas library

In dxcharts-lite we have config which is used to change colors and a lot of different stuff. You can access it via dxchart5-react dependencies. Read More