Ways to customize DXcharts
There is a number of ways to customize your instance of DXcharts. The recommended way is using Config-level override to show/hide features and control behavior.
Use CSS override for styling and hiding components when it is not possible to do so via config-level overrides.
Use UI overrides when you need to fully replace a component (e.g. custom toolbar or logo).
Your chart instance can also be customized using color palettes. It allows you to adjust the appearance of a component for different color schemes.
Read next
- Configuration and main concepts — initials, configs, and providers.
- Config override — for showing/hiding features and controlling behavior.
- CSS override — for one-off styling when config is not enough.
- UI overrides — for replacing whole components.
- Palette — for customizing colors and appearance of the component.