echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] markLine:I cannot modify the tail of one of the markLine lines individually

Open aaaa8880788 opened this issue 2 years ago • 4 comments

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

aaaa8880788 avatar Mar 28 '23 12:03 aaaa8880788

I want to remove the trailing arrow of the red line, the blue line remains as it is, what should I do

aaaa8880788 avatar Mar 28 '23 12:03 aaaa8880788

Looks like a new feature. Currently, it's not supported to specify the shape of two endpoints for a single marker line.

plainheart avatar Mar 28 '23 17:03 plainheart

看起来像一个新功能。目前,不支持为单个标记线指定两个终结点的形状。 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

aaaa8880788 avatar Mar 31 '23 03:03 aaaa8880788

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.

janvorwerk avatar Feb 01 '24 21:02 janvorwerk