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/08/23 03:52:53 UTC

[GitHub] huangyue4727603 opened a new issue #8926: axisPointer设置link: {xAxisIndex: [0,1,2]} 后数据显示错误

huangyue4727603 opened a new issue #8926: axisPointer设置link: {xAxisIndex: [0,1,2]} 后数据显示错误
URL: https://github.com/apache/incubator-echarts/issues/8926
 
 
   样例http://gallery.echartsjs.com/editor.html?c=xByOFPcjBe
   95行增加   
   axisPointer: {
                   link: {xAxisIndex: [0,1,2]}
          },
   后 图的tooltip  MACD 显示在了最上方 
   
   
   ### Expected behaviour [期望结果]
   
   实际应该是想第一张图的数据显示在最上方
   
   
   
   ### ECharts option [ECharts配置项]
     tooltip: {
         trigger: 'axis',
         axisPointer: {
             type: 'line'
         }
     },
        axisPointer: {
                   link: {xAxisIndex: [0,1,2]}
               },
     legend: {
         data: ['KLine', 'MA5']
     },
   
   ![image](https://user-images.githubusercontent.com/8024730/44503844-0c50e480-a6cb-11e8-9287-295893e9d69b.png)
   
   
   
   
   

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