AAChartKit
AAChartKit copied to clipboard
Remove User Action
Hi all, It is possibile to remove the user action. I want that user, when touch the chart, nothing appear:
- no tooltip
- no marker selection
- not series highlights ... etc You can Help me
.tooltipSet(AATooltip.new .enabledSet(false)) // no tooltip .xAxisSet(AAXAxis.new .crosshairSet(AACrosshair.new .colorSet([AAColor clearColor]) .widthSet(@(0)))) // no marker selection .statesSet(@[ AASeriesElement.new .statesSet(AAStates.new .hoverSet(AAHover.new .enabledSet(true ) .lineWidthPlusSet(@0))) // not series highlights .dataSet() ])
AAChartView.new.userInteractionEnabled = NO;