I've been looking for a way to create a Stacked Area chart with MPAndroidChart such as the one available with NVD3
I successfully managed to create a Line chart and tried to add several lines and filled the area, but the values can't be stacked. I don't want to use the Stacked Bar chart because the value progression is not visually explicit enough.
Is there any easy possibilities to do that with MPAndroidChart?
