Open Nico04 opened 5 months ago
When using PieChart.pieTouchData, settingPieTouchData.enabled to false doesn't disable touch system as described. PieTouchData.touchCallback is still called on touch events. However setting pieTouchData to null works fine and disable touch events.
PieChart.pieTouchData
PieTouchData.enabled
PieTouchData.touchCallback
pieTouchData
Versions
When using
PieChart.pieTouchData
, settingPieTouchData.enabled
to false doesn't disable touch system as described.PieTouchData.touchCallback
is still called on touch events. However settingpieTouchData
to null works fine and disable touch events.Versions