Common issues
This article describes common customization issues.
Settings are not applied
The library supports extensive customization through a set of APIs. Some settings, such as the chart background color, can be adjusted with different API approaches.
If your setting does not take effect, it might be overridden by another API approach. Refer to the Customization precedence article to understand API priorities, and consider using an alternative approach if needed.
User settings override default ones
In the library, user settings take precedence over default configurations specified with the API. Therefore, replacing settings defined through overrides
and custom_themes
with user input is expected behavior.
By default, user settings are stored in localStorage
. To override them, you should adjust these settings with another API approach that has higher priority according to the table.