AnyChart/AnyChart-Android

Android: Change background color of a chart

mohammedysamir opened this issue · 2 comments

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

Unfortunately, it is not supported in the current version of the library. We will take it into account for future updates.

cartesian.background().enabled(true);
cartesian.background().fill("#2f3241");