PhilJay / MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
Other
37.64k stars 9.02k forks source link

Filled cubic line does not fill last column #2202

Open dgngulcan opened 8 years ago

dgngulcan commented 8 years ago

When I use LineDataSet.Mode.CUBIC_BEZIER, area under last entry is not filled as in the following screenshot

bug

When I use LineDataSet.Mode.LINEAR, it works as expected

cool

It seemed like it does not include the minimum Y value of the chart for last entry

dgngulcan commented 7 years ago

is there any update on this issue?