芝麻web文件管理V1.00
编辑当前文件:/home/forge/stage.sksb.smartcon-survey.com/vendor/leandrocfe/filament-apex-charts/stubs/Bar.stub
[ 'type' => 'bar', 'height' => 300, ], 'series' => [ [ 'name' => 'BasicBarChart', 'data' => [7, 10, 13, 15, 18], ], ], 'xaxis' => [ 'categories' => ['Jan', 'Feb', 'Mar', 'Apr', 'May'], 'labels' => [ 'style' => [ 'fontFamily' => 'inherit', ], ], ], 'yaxis' => [ 'labels' => [ 'style' => [ 'fontFamily' => 'inherit', ], ], ], 'colors' => ['#f59e0b'], 'plotOptions' => [ 'bar' => [ 'borderRadius' => 3, 'horizontal' => true, ], ], ]; } }