AnyChart / AnyChart-Android

AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
2.29k stars 369 forks source link

How to fill TreeMap's every cell with a different color? #226

Closed buckyroid closed 3 years ago

buckyroid commented 3 years ago

Hi, I would like to ask if anyone can help me to fill every cell of TreeMap's with different color? I am trying to achieve something like this: chartexample Can anyone help me? Thank you.

buckyroid commented 3 years ago

setValue("fill", color); did the trick :)