Highcharts - 返回{series.name}'的位置在哪里?在Yii2?

时间:2017-06-02 01:33:19

标签: php highcharts yii2

有谁知道 返回{series.name} 按钮的位置?我想将其编辑为 返回上一页 enter image description here

我用这个:

use miloschuman\highcharts\HighchartsAsset;
    use yii\helpers\Url;
    use yii\helpers\Html;
    use yii\bootstrap\Dropdown;
    HighchartsAsset::register($this)->withScripts(['modules/exporting', 'modules/drilldown']);  
    $this->title = 'Highcharts Test';

1 个答案:

答案 0 :(得分:1)

您可以通过设置Highcharts options > lang > drillUpText来更改此设置。