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 2021/04/25 04:07:23 UTC

[GitHub] [echarts] pissang commented on issue #14740: echarts shows two line indicators when it has multi xAxis

pissang commented on issue #14740:
URL: https://github.com/apache/echarts/issues/14740#issuecomment-826249887


   @jevislee It's because each axis will has it's own `axisPointer` indicator. You can turn off one of them:
   ```
   xAxis: [{
     axisPointer: { show: false }
   }, {
     ....
   }]
   ```


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