From dbb3563a9a8b48457db850e2d8feb226395356eb Mon Sep 17 00:00:00 2001 From: Gheorghe Rain Date: Sat, 4 Nov 2023 17:11:07 +0200 Subject: [PATCH] Change 'text' property to JavaScript undefined --- src/Config/apexcharts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/apexcharts.php b/src/Config/apexcharts.php index c2a9158..5ffa9f8 100644 --- a/src/Config/apexcharts.php +++ b/src/Config/apexcharts.php @@ -51,7 +51,7 @@ ], 'subtitle' => [ - 'text' => 'undefined', + 'text' => new \Balping\JsonRaw\Raw('undefined'), 'align' => 'left', ],