MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

BarChart(MultiDataSet)Click effect problem

Open mxdlsm opened this issue 3 years ago • 0 comments

I have two groups (BarDataSet) Two y axis

set1.axisDependency = YAxis.AxisDependency.LEFT
set2.axisDependency = YAxis.AxisDependency.RIGHT

And when you click on the second one sometimes it's not highlighted Often the second one is not selected It's fine if you don't set the right side

set2.axisDependency = YAxis.AxisDependency.RIGHT

mxdlsm avatar Apr 29 '22 13:04 mxdlsm