Closed Raggaer closed 6 years ago
Export exports images with white background by default.
You can specify different color using backgroundColor
setting. E.g.:
"export": {
"enabled": true,
"backgroundColor": "#000"
}
@martynasma Thank you
Currently I am using the black theme on my chart (everything works fine)
However when I export the chart I get some white parts I cant really read...
Below its my chart script:
I am not sure if its a missing configuration keyword or the black theme?
Thanks