如何将我自己的id给Yii中的High Chart容器

时间:2013-12-19 11:44:12

标签: php yii highcharts

我正在使用high-chart扩展程序,但我不知道如何将ID提供给容器,现在获得yw11,yw12等随机ID,如何给我自己对graph1, graph2等容器的ID,

enter image description here

2 个答案:

答案 0 :(得分:3)

您有两种选择:

  1. 将小部件ID容器更改为this line中的状态。
  2. 直接设置容器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="" />