[Bug] markLine:I cannot modify the tail of one of the markLine lines individually
Version
5.3.2
Link to Minimal Reproduction
No response
Steps to Reproduce
If there are two markLine lines,How do I modify the symbol tail of only one of the lines?If modified in the data separate object, only the header can be modified,If you change it under markLine, both lines will be modified,please help help help
Current Behavior
The markLine line cannot modify the tail symbol of a jumper alone
Expected Behavior
The markLine line cannot modify the tail symbol of a jumper alone
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
demo:https://codepen.io/aaaa8880788/pen/poOYGPV
I want to remove the trailing arrow of the red line, the blue line remains as it is, what should I do
Looks like a new feature. Currently, it's not supported to specify the shape of two endpoints for a single marker line.
看起来像一个新功能。目前,不支持为单个标记线指定两个终结点的形状。 It feels a little strange to design, because if you look at the second object of my data, I added a symbol to change the marker shape of the head, which means that I can change the marker shape of the head of each line individually, but not the tail, which is a bit outrageous
Looks like a new feature. Currently, it's not supported to specify the shape of two endpoints for a single marker line.
Hello @plainheart
I am sorry, but if I understand the description correctly, this is not feature request but looks like a bug indeed.
Here is my own demo.
You can see that I specify symbol: "none" in two locations: depending on where it it, the result is different, although the doc seems to say that this is supported to specify it in the data array, that does not seem to work.