We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 在X轴以上按may列滑动,这时may列选中变色。 在停止滑动状态,选中其他列。在X轴以下滑动, 选中变色状态会自动跳回may列。 复现方式 DEMO Custom Style | 自定义风格样式图表第 46个(customColumnChartBorderStyleAndStatesHoverColor---自定义柱状图 border 样式及手指掠过图表 series 元素时的柱形颜色) 添加一句支持滑动 .scrollablePlotAreaSet( AAScrollablePlotArea.new .minWidthSet(@(12 * 50)) .scrollPositionXSet(@0))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
在X轴以上按may列滑动,这时may列选中变色。 在停止滑动状态,选中其他列。在X轴以下滑动, 选中变色状态会自动跳回may列。
复现方式
DEMO Custom Style | 自定义风格样式图表第 46个(customColumnChartBorderStyleAndStatesHoverColor---自定义柱状图 border 样式及手指掠过图表 series 元素时的柱形颜色)
添加一句支持滑动
.scrollablePlotAreaSet(
AAScrollablePlotArea.new
.minWidthSet(@(12 * 50))
.scrollPositionXSet(@0))
The text was updated successfully, but these errors were encountered: