A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
hi,Thank you for your library
But I found that the y-axis dashed line property didn't work, as was the case with many mobile phones.
Device: [e.g. Google Pixel]
Android Version [. 8.0]
Library Version (3.1.0)
The dotted line of the x-axis is normal, and the y-axis is still shown as a solid line.
my code:
mLineChart.setHardwareAccelerationEnabled(false);
mLineChart.getAxisRight().setEnabled(false);
mLineChart.setHighlightPerDragEnabled(false);
hi,Thank you for your library But I found that the y-axis dashed line property didn't work, as was the case with many mobile phones. Device: [e.g. Google Pixel] Android Version [. 8.0] Library Version (3.1.0)
The dotted line of the x-axis is normal, and the y-axis is still shown as a solid line. my code: mLineChart.setHardwareAccelerationEnabled(false); mLineChart.getAxisRight().setEnabled(false); mLineChart.setHighlightPerDragEnabled(false);
Thank you for your answer.