2015-10-19 82 views
2

我想将图像添加到Highcharts Yii2中的饼图的图例。请参阅example,但我无法将它写入labelFormat部分的我的PHP小部件中。Yii2功能中的Highcharts语法

+1

看到你的js控制台,如果有任何错误 –

+0

控制台没有错误。 – xCEZAREx

回答

0

我觉得应该有:

'legend' => [ 
    'useHTML' => TRUE, 
    'labelFormatter' => new JsExpression('function() { return \"<img src="http://highcharts.com/demo/gfx/sun.png"/>\" + this.name; }'), 
    'itemMarginBottom' => 5 
], 

here第一个提示。