Changing the appearance of DXcharts React
Fully customized CSS
DXcharts React is wired to use styled-components (SC), and you are free to use SC style overrides
to change the appearance of your app. Read more about it in the Styling section
Styling with
styled-componentsis available only forReactcomponents.
Coloring with CSS variables
DXcharts React uses CSS variables for colors. Feel free to replace them to change the look of your app.
Styling with the DXcharts Lite Canvas library
DXcharts Lite has a config that helps change colors and many other visual parameters.
You can access it through DXcharts React dependencies. Read more about it in the Configuration section.