From 512bb3545de6cfee8d1f9d896a9ae758c93d7ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 17 Jun 2022 00:45:31 +0300 Subject: [PATCH] enabled toolbar of charts --- config/apexcharts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/apexcharts.php b/config/apexcharts.php index 324f6cf89..03fcf0780 100644 --- a/config/apexcharts.php +++ b/config/apexcharts.php @@ -7,7 +7,7 @@ return [ 'width' => '100%', 'height' => 300, 'toolbar' => [ - 'show' => false, + 'show' => true, ], 'stacked' => false, 'zoom' => [