From c37d9fb949f7e805dcb52d10becd794b9656f784 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 8 Mar 2021 21:41:05 +0900 Subject: [PATCH] changed color gradient for calendar chart --- app/Http/Controllers/MiningTaxes/MiningTaxesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php index 6579bfb59..1c5e45c4b 100644 --- a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php +++ b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php @@ -211,7 +211,7 @@ class MiningTaxesController extends Controller 'backgroundColor' => '#11FFFF', ], 'colorAxis' => [ - 'values' => [0, 10], + 'values' => [0, 5], 'colors' => ['green', 'red'], ], ]);