2014-09-23 64 views

回答

0

自己想出了答案。使用下面的提示,的jsfiddle http://jsfiddle.net/mddc/qyc4v7fr/6/

tooltip: { 
     formatter: function() { 
      return this.x + '<br/>' + this.y + ' selections, <b>' + this.key + '</b>'; 
     } 
} 

希望這會幫助別人。