AnyChart-Android icon indicating copy to clipboard operation
AnyChart-Android copied to clipboard

Android: Change background color of a chart

Open mohammedysamir opened this issue 2 years ago • 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

mohammedysamir avatar Mar 19 '22 13:03 mohammedysamir

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

Shestac92 avatar Mar 22 '22 16:03 Shestac92

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

vaidik1011 avatar Jun 24 '22 09:06 vaidik1011