You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/01/04 05:10:07 UTC

[GitHub] pissang edited a comment on issue #9674: Add cross to available symbols

pissang edited a comment on issue #9674: Add cross to available symbols
URL: https://github.com/apache/incubator-echarts/issues/9674#issuecomment-451354708
 
 
   Happy new year!
   
   You can use `path://` description to add custom symbol shape. For example, a heavy cross can be
   
   ```js
   symbol: 'path://M5.979 10.974v5.021h7.041v11.99h5.042v-11.99h6.958v-5.021h-6.958v-6.958h-5.042v6.958h-7.041z'
   ```
   
   You can find the path description in the svg file. It's usually in the `path` element.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org