I am working on an android application. In my application, I need to show a multi-color histogram as shown below. 
I searched a lot on the net, but received various offers about libraries. Finally, I found the only chart4j solution. On this page, their graph chart also shows several colors. But there I only get Java code, but I could not make it as an Android application.
I have one app for Android example using 4j diagrams from here . But its an exception to provide.
FATAL EXCEPTION: main java.lang.NoClassDefFoundError: com.googlecode.charts4j.Data
So please try to help me find a solution to display a multi-color chart. thanks in advance
source share