changed color gradient for calendar chart

This commit is contained in:
2021-03-08 21:41:05 +09:00
parent 85368ee09a
commit c37d9fb949

View File

@@ -211,7 +211,7 @@ class MiningTaxesController extends Controller
'backgroundColor' => '#11FFFF',
],
'colorAxis' => [
'values' => [0, 10],
'values' => [0, 5],
'colors' => ['green', 'red'],
],
]);