tooltip: {
                trigger: 'axis',
                position:function(p){   //其中p为当前鼠标的位置
                    console.log(p);
                    return [p[0] + 10, p[1] - 10];
                }
            },

 

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
  • 2022-12-23
  • 2021-04-08
  • 2021-11-02
猜你喜欢
  • 2022-12-23
  • 2022-01-25
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-06-16
相关资源
相似解决方案