MPFlutterChart icon indicating copy to clipboard operation
MPFlutterChart copied to clipboard

Don't draw floating label on highlight

Open martofeld opened this issue 3 years ago • 1 comments

As an Android Develop I greatly used MPCharts and must say this is a very good port for flutter. However, in the Android version when a point is selected the highlight doesn't show a floating label, only the lines. I'm trying to achieve the same result here without success. Using LineDataSet.setDrawHighlightIndicators(false) causes the chart to not draw the lines but it still shows the label. See image for reference.

Am I missing something or is this something that needs to be fixed?

image

martofeld avatar Sep 05 '20 00:09 martofeld

If I'm not mistaken you can just set drawMarkers to false without setting your own marker implementation.

ekuleshov avatar Oct 11 '20 21:10 ekuleshov