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
No response
The text was updated successfully, but these errors were encountered:
在折线图上如何实现点击折线上一个点后,保留tooltip的那根线以及展示x轴坐标在最顶端
这个没有办法内置实现,期望这个效果可以自己自定义交互
如何修改提示点的样式为一个空心圆
这个能力还没有,感兴趣提一个 PR 吗?比如
chart.interaction("tooltip", { markerType: 'hollow' })
提示线为虚线
chart.interaction("tooltip", { crosshairsLineDash: [3, 4] })
Sorry, something went wrong.
大佬,想问下,crossharisLineDash: [3,4] 这个数组表示的含义是什么呢
crossharisLineDash
@Runtus [3, 4] 中3表示线段的长度,4表示线段之间的间距,可以看看这里的解释
我认领这个任务
@Runtus 这个算一个中级任务!
@pearmini 老哥,需要改下官网文档描述吗,因为markerType属于marker${StyleAttrs}中的,如果不特殊说明一下话,用户可能无法感知markerType: "hollow"的存在。
marker${StyleAttrs}
markerType: "hollow"
@Runtus 可以的
Runtus
Successfully merging a pull request may close this issue.
问题描述
重现链接
No response
重现步骤
No response
预期行为
No response
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: