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/06/02 13:12:01 UTC

[GitHub] [incubator-echarts] plainheart commented on pull request #12392: fix(line): fix `symbolRotate` for `markLine` does not work. close #12388.

plainheart commented on pull request #12392:
URL: https://github.com/apache/incubator-echarts/pull/12392#issuecomment-637532756


   > It works well!
   > Just come up with an idea, since `symbol` supports `Array` as value, to set `fromSymbol`and `toSymbol`, is it possible `Array` is also supported for `symbolRotate` to set `fromSymbol` & `toSymbol`'s rotation?
   > Like below
   > 
   > ```js
   > markLine: {
   >   symbol: 'triangle',
   >   symbolRotate: [0, 180]
   > }
   > ```
   
   Hi~ @YiYingWu1302 I've made some commits for this feature you mentioned about two months ago.   
   Please feel free to see #12736 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



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