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
指标配置项:
windows = [{ Name: '测试', Script: '自定义脚本', IsShowIndexName: true, IsDrawTitleBG: true, IsShowNameArrow: true, IsShowTitleArrow: false }]
在ios15的浏览器中 当 IsDrawTitleBG 设置为 true时,自定义指标标题无法显示在标题栏上 ios17中可以正常显示并且接受点击事件
参考文档地址:https://blog.csdn.net/jones2000/article/details/103187576
The text was updated successfully, but these errors were encountered:
简单的排查了下 webhqchart.demo/jscommon/umychart.js 文件 ,发现第52230行的 this.Canvas.roundRect( ToFixedPoint(rtButton.Left), ToFixedPoint(rtButton.Top), ToFixedRect(rtButton.Width), ToFixedRect(rtButton.Height), [roundRadius]); 可能存在问题。
将这段代码注释后,指标名称和箭头都显示了,并且事件也响应了
Sorry, something went wrong.
用最新版本,使用直角试试。
No branches or pull requests
指标配置项:
windows = [{
Name: '测试',
Script: '自定义脚本',
IsShowIndexName: true,
IsDrawTitleBG: true,
IsShowNameArrow: true,
IsShowTitleArrow: false
}]
在ios15的浏览器中 当 IsDrawTitleBG 设置为 true时,自定义指标标题无法显示在标题栏上
ios17中可以正常显示并且接受点击事件
参考文档地址:https://blog.csdn.net/jones2000/article/details/103187576
The text was updated successfully, but these errors were encountered: