Symbol rotate for markLine dose not work on line chart
See original GitHub issueVersion
4.7.0
Reproduction link
https://www.echartsjs.com/examples/zh/editor.html?c=line-aqi
Steps to reproduce
I just add the following code in markLine
and it doesn’t work,
symbol: 'triangle',
symbolRotate: 90,
Since this option is listed in the document, I suppose it should work.
What is expected?
The symbol will rotate.
What is actually happening?
The symbol dose not rotate.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Symbol rotate for markLine dose not work on line chart
I just add the following code in markLine and it doesn't work,. symbol: 'triangle', symbolRotate: 90,.
Read more >[GitHub] [incubator-echarts] pissang closed issue #12388: Symbol ...
[GitHub] [incubator-echarts] pissang closed issue #12388: Symbol rotate for markLine dose not work on line chart · GitBox Sun, 24 May 2020 21:09:34...
Read more >Echarts:how to set markLine lable above the line and at the ...
However, I want to dislay it above the line at the end of the line? How to make it? enter image description here...
Read more >Showing directional line symbol in ArcGIS for Desktop?
For the line ends marker I tried using the dual arrows and a green circle with a dot like you showed, but the...
Read more >ECharts Document - API Manual
Rotate degree of starting point symbol. Note that when symbol is set to be 'arrow' in markLine , symbolRotate value will be ignored,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve tried to fix this bug. Could you please refer to https://github.com/apache/incubator-echarts/pull/12392 for details and provide some idea at will? 🙂
OK. But as document said,
when symbol is set to be 'arrow' in markLine, symbolRotate value will be ignored, and compulsively use tangent angle.
,now the symbol for markLine isRefer to https://www.echartsjs.com/en/option.html#series-line.markLine.data.0.symbolRotate for details.arrow
, so the value ofsymbolRotate
is not valid.Sorry, It exactly does not work. Maybe it is a bug.