2012-05-25 19 views

回答

2

得到它的工作。技巧是在工具提示的共享和格式化程序属性中:

 tooltip: { 

      shared: true, 

      formatter: function() { 


       var s= this.points[1].y - this.points[0].y; 



       return s; 

      } 

     },