You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/04/06 02:58:06 UTC

[GitHub] [incubator-echarts] YiYingWu1302 opened a new issue #12388: Symbol rotate for markLine dose not work on line chart

YiYingWu1302 opened a new issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388
 
 
   ### Version
   4.7.0
   
   ### Reproduction link
   [https://www.echartsjs.com/examples/zh/editor.html?c=line-aqi](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.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388#issuecomment-610209864
 
 
   I've tried to fix this bug. Could you refer to https://github.com/apache/incubator-echarts/pull/12392 for details and provide some idea at will?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388#issuecomment-610157689
 
 
   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 is `arrow`, so the value of  `symbolRotate` is not valid. Refer to https://www.echartsjs.com/en/option.html#series-line.markLine.data.0.symbolRotate for details.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388#issuecomment-610119051
 
 
   From the document, we can see that `markLine`  has no option `symbolRotate`. But I think this feature can be supported.
   ![image](https://user-images.githubusercontent.com/26999792/78619317-9bfed300-78af-11ea-8686-3f8892a71c94.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart edited a comment on issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
plainheart edited a comment on issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388#issuecomment-610157689
 
 
   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 is `arrow`, so the value of  `symbolRotate` is not valid.~~ Refer to https://www.echartsjs.com/en/option.html#series-line.markLine.data.0.symbolRotate for details.
   
   Sorry, It exactly does not work. Maybe it is a bug.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388#issuecomment-609540653
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart edited a comment on issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
plainheart edited a comment on issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388#issuecomment-610209864
 
 
   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? 🙂

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] YiYingWu1302 commented on issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
YiYingWu1302 commented on issue #12388: Symbol rotate for markLine dose not work on line chart
URL: https://github.com/apache/incubator-echarts/issues/12388#issuecomment-610148609
 
 
   That would be nice thanks!
   '
   Btw I said so cuz it's listed in `markLine.data` as showed below.
   ![](https://user-images.githubusercontent.com/54794351/78626091-4ed72d00-78c0-11ea-91bd-2755f0f47b66.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] pissang closed issue #12388: Symbol rotate for markLine dose not work on line chart

Posted by GitBox <gi...@apache.org>.
pissang closed issue #12388:
URL: https://github.com/apache/incubator-echarts/issues/12388


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org