ant-design-charts
ant-design-charts copied to clipboard
add theme globally
I have generated an antd design charts theme here: https://theme-set.antv.vision
Currently I am importing the theme in every component an applying it with
{
theme: theme
}
I'd like to "inject" the theme globally so that every charts uses it automatically.
How can I do this? Thanks for your help :)
+1