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 2018/07/16 08:40:33 UTC

[GitHub] qpxtWhite edited a comment on issue #4334: symbol显示数量问题

qpxtWhite edited a comment on issue #4334: symbol显示数量问题
URL: https://github.com/apache/incubator-echarts/issues/4334#issuecomment-405180816
 
 
   @pissang 
   ```
   showAllSymbol: false,  //随主轴标签间隔隐藏策略。
   data: [
       {value: 2, symbol: 'none'},
       {value: 3, symbol: 'emptyCircle'},
       ........
   ]
   ```
   有一条数据我希望展示symbol,但是被主轴隐藏了,如何处理?
   问题链接:[http://gallery.echartsjs.com/editor.html?c=xS1qdFCKQQ&v=1](http://gallery.echartsjs.com/editor.html?c=xS1qdFCKQQ&v=1)
   5号、7号为异常数据不展示,导致6号的正常数据也看不到了

----------------------------------------------------------------
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