AAChartKit icon indicating copy to clipboard operation
AAChartKit copied to clipboard

柱状图左右滑动时的选中问题

Open zhang3652 opened this issue 1 year ago • 0 comments

问题描述 在X轴以上按may列滑动,这时may列选中变色。 在停止滑动状态,选中其他列。在X轴以下滑动, 选中变色状态会自动跳回may列。 复现方式 DEMO Custom Style | 自定义风格样式图表第 46个(customColumnChartBorderStyleAndStatesHoverColor---自定义柱状图 border 样式及手指掠过图表 series 元素时的柱形颜色) 添加一句支持滑动 .scrollablePlotAreaSet(
AAScrollablePlotArea.new .minWidthSet(@(12 * 50))
.scrollPositionXSet(@0))

zhang3652 avatar Sep 30 '24 03:09 zhang3652