我正在使用high-chart扩展程序,但我不知道如何将ID
提供给容器,现在获得yw11,yw12
等随机ID,如何给我自己对graph1, graph2
等容器的ID,
答案 0 :(得分:3)
您有两种选择:
直接设置容器ID:
$this->Widget('ext.highcharts.HighchartsWidget',array(
'options' =>array(
'chart' => array('renderTo' => $id),
'title' => array('text' => 'title'),
'yAxis' => array(
'title' => array('text' => 'y-values'),
)
)
));
答案 1 :(得分:0)
在yii2中将id设置为高图:
<input name="post_file" type="file" value="" />