Open soeasyjx opened 8 months ago
@soeasyjx It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
duplicate of #19108 The markPoint and markLine z value is a constant =5. So yes, there is a bug since z cannot be changed. Workaround for your example: Since all markPoints have the same z, they overlap each other by order of appearance - Demo Code
duplicate of #19108 The markPoint and markLine z value is a constant =5. So yes, there is a bug since z cannot be changed. Workaround for your example: Since all markPoints have the same z, they overlap each other by order of appearance - Demo Code
但是现在我的需求是,需要将数字图形标签有所有内容覆盖在蓝色图形标签之上显示,如果他们两个图形存在重叠的时候
还有一个问题,我现在蓝色图形标签是动态通过setOption 在数字图形标签之后添加进去的,也会导致上面的解决方案并不可行
当前bug已存在相当长一段时间,希望能尽快修复
I think I finally understand now. Sorry but Google translation was not very helpful. This is a new bug - label 'BB' of first blue markPoint should be under the red line of the second markPoint. So it seems labels have some higher z value than their parent markPoint.
I think I finally understand now. Sorry but Google translation was not very helpful. This is a new bug - label 'BB' of first blue markPoint should be under the red line of the second markPoint. So it seems labels have some higher z value than their parent markPoint.
Thank you. Please fix the bug as soon as possible, or do you have any temporary solutions
Is there a schedule to solve this problem
scheduled issues are in Milestones. The rest is DIY PRs.
Version
5.5.0
Link to Minimal Reproduction
demo
Steps to Reproduce
自定义markPoint
效果1
红色横线明显被markPoint.label覆盖,红色横线的z值设置为3,蓝色图形的z值设置为2
效果图2
这个效果图可更明显的看到
markPoint.z
值的设置不会影响到markPoint.label
数字2334.33所处的图形标签z值为3,黄色图形标签所处的z值为2,但是它的label却覆盖在了数字图形标签的label之上
Current Behavior
自定义k线图 多个图形标签(markPoint.symbol),设置
markPoint.z
,图形标签markPoint.z
值大的,显示在上面,但是对于其标签上的label
却没有施加相应的效果(示例中的"B"),个人认为这是一个bug,当然通过调整位置,可以避免两个标签重叠在一起红色横线z值=3 蓝色图形标签z值=2
Expected Behavior
希望markPoint.z能同样影响markPoint.label,不只影响symbol
Environment
Any additional comments?
No response