Closed fasi1208 closed 1 year ago
I have installed the highcharts package in my project. Now I am trying to view a sample chart but I am getting an error.
highcharts
use miloschuman\highcharts\Highcharts; <?= Highcharts::widget([ 'options' => [ 'title' => ['text' => 'Fruit Consumption'], 'xAxis' => [ 'categories' => ['Apples', 'Bananas', 'Oranges'] ], 'yAxis' => [ 'title' => ['text' => 'Fruit eaten'] ], 'series' => [ ['name' => 'Jane', 'data' => [1, 0, 4]], ['name' => 'John', 'data' => [5, 7, 3]] ] ] ]); ?>
Error
Invalid Argument – yii\base\InvalidArgumentException The file or directory to be published does not exist: F:\xampp\htdocs\mdc/vendor\bower/highcharts
Fixed in v10.0.1.
I have installed the
highcharts
package in my project. Now I am trying to view a sample chart but I am getting an error.use miloschuman\highcharts\Highcharts; <?= Highcharts::widget([ 'options' => [ 'title' => ['text' => 'Fruit Consumption'], 'xAxis' => [ 'categories' => ['Apples', 'Bananas', 'Oranges'] ], 'yAxis' => [ 'title' => ['text' => 'Fruit eaten'] ], 'series' => [ ['name' => 'Jane', 'data' => [1, 0, 4]], ['name' => 'John', 'data' => [5, 7, 3]] ] ] ]); ?>
Error
Invalid Argument – yii\base\InvalidArgumentException The file or directory to be published does not exist: F:\xampp\htdocs\mdc/vendor\bower/highcharts