Version
新旧版都存在
Link to Minimal Reproduction
https://codepen.io/jimgjw/pen/WNLwERg
Steps to Reproduce
Current Behavior
测试中遇到
Expected Behavior
规则线去除
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
新旧版都存在
https://codepen.io/jimgjw/pen/WNLwERg
测试中遇到
规则线去除
- OS:
- Browser:
- Framework:
No response
3条答案
按热度按时间bqucvtff1#
@jimGJW 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. 🤗
TRANSLATED
TITLE
[Bug] To solve the confusion, because the value set by pieces is the same as the data, there will be an extra overlapping line, both the new version and the old version will exist like this, can you tell the reason and provide the next solution?
BODY
Version
Both old and new versions exist
Link to Minimal Reproduction
https://codepen.io/jimgjw/pen/WNLwERg
Steps to Reproduce
Current Behavior
Encountered in testing
Expected Behavior
Regular line removal
Environment
Any additional comments?
No response
iyzzxitl2#
duplicate of #18268 , #18948 and others ... first reported in 2017 in #5801
Related to series.type:'line', type:'bar' works fine.
siv3szwd3#
@helgasoft Thanks for the help. This issue seems to be a different one with #18268 and #18948 because this one is about the blurring of the junction area and the others are when there is only one inRange. I tried to fix this issue but failed to do so. As discussed in #15711, this problem is caused because we use gradient to implement visualMap pieces. If someone is interested in fixing it, the related logic is in
LineView.ts#getVisualGradient
andPiecewiseModel.ts#getVisualMeta
.