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
标题格式:[BUG]: 问题简介
你好,咱的 柱状图控件BrnProgressBarChart 选中某一项后如何取消呢
内容需包含:
1、BUG 描述 咱的BrnProgressBarChart控件,只有2个回调方法如下所示: onBarItemClickInterceptor: (barBundleIndex, barBundle, barGroupIndex, barItem) { debugPrint( "onBarItemClickInterceptor----barBundleIndex=$barBundleIndex---barBundle=$barBundle----barGroupIndex=$barGroupIndex----barItem=$barItem"); return true; }, barChartSelectCallback: (barItem) { debugPrint("barChartSelectCallback----barItem=$barItem"); },
2、复现步骤 当我点击了某一条数据后,无法取消选中状态,点击屏幕其他空白处也不行,麻烦看一下,是需要增加新的方法,还是需要设置什么属性,谢谢
3、期望行为 当我点击了某一条数据后,无法取消选中状态,点击屏幕其他空白处也不行,麻烦看一下,是需要增加新的方法,还是需要设置什么属性,谢谢
4、运行环境 iOS17.0环境下
5、附加信息
包括视频、图片等补充信息
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题提交
标题格式:[BUG]: 问题简介
你好,咱的 柱状图控件BrnProgressBarChart 选中某一项后如何取消呢
内容需包含:
1、BUG 描述
咱的BrnProgressBarChart控件,只有2个回调方法如下所示:
onBarItemClickInterceptor:
(barBundleIndex, barBundle, barGroupIndex, barItem) {
debugPrint(
"onBarItemClickInterceptor----barBundleIndex=$barBundleIndex---barBundle=$barBundle----barGroupIndex=$barGroupIndex----barItem=$barItem");
return true;
},
barChartSelectCallback: (barItem) {
debugPrint("barChartSelectCallback----barItem=$barItem");
},
2、复现步骤
当我点击了某一条数据后,无法取消选中状态,点击屏幕其他空白处也不行,麻烦看一下,是需要增加新的方法,还是需要设置什么属性,谢谢
3、期望行为
当我点击了某一条数据后,无法取消选中状态,点击屏幕其他空白处也不行,麻烦看一下,是需要增加新的方法,还是需要设置什么属性,谢谢
4、运行环境
iOS17.0环境下
5、附加信息
包括视频、图片等补充信息
The text was updated successfully, but these errors were encountered: