numetriclabz / numAndroidCharts

A Powerful Android Charting Library by https://www.numetriclabz.com/
GNU General Public License v3.0
85 stars 37 forks source link

Waterfall chart data ploating issue #19

Open gmcodebuster opened 6 years ago

gmcodebuster commented 6 years ago

Hi,

I am using WaterFallChart class to plot a chart. When I passed 2 or more consecutive negative values in data It starts plotting red color bar from top edge of previous red bar. If I pass alternate values(positive and negative) it plots properly.

Need your help to fix this issue. Thanking you.