2016-11-11 58 views

回答

0

你只需要設置useHTML屬性true

tooltip: { 
       useHTML: true, 
       formatter: function() { 
        return '<img src="http://www.w3schools.com/tags/smiley.gif" width="42" height="42">'; 
       } 
      }, 

我測試了它的小提琴,它工作正常:http://jsfiddle.net/1jm2yxbq/1/

+0

謝謝很多幫你! – EllieZ