Android: Change background color of a chart
mohammedysamir opened this issue · 2 comments
mohammedysamir commented
I need to change background color in Kotlin/Android from white to transparent or can sync it with Theme, I searched all issues and found just one solution, and it's for JS and I can't apply it to Kotlin
Shestac92 commented
Unfortunately, it is not supported in the current version of the library. We will take it into account for future updates.
vaidik1011 commented
cartesian.background().enabled(true);
cartesian.background().fill("#2f3241");