Open dgngulcan opened 8 years ago
When I use LineDataSet.Mode.CUBIC_BEZIER, area under last entry is not filled as in the following screenshot
LineDataSet.Mode.CUBIC_BEZIER
When I use LineDataSet.Mode.LINEAR, it works as expected
LineDataSet.Mode.LINEAR
It seemed like it does not include the minimum Y value of the chart for last entry
is there any update on this issue?
When I use
LineDataSet.Mode.CUBIC_BEZIER
, area under last entry is not filled as in the following screenshotWhen I use
LineDataSet.Mode.LINEAR
, it works as expectedIt seemed like it does not include the minimum Y value of the chart for last entry