From 3edbb9e7b2911cd10a4e85da79937d54886eae44 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 16 Feb 2023 20:33:43 +0530 Subject: [PATCH] Fixed chart background color issue --- docs/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 5926933..845eba3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2133,7 +2133,10 @@ return { chart: { layout: { - backgroundColor: `rgba(${textColor}, 0.01)`, + background: { + type: 'solid', + color: `rgba(${textColor}, 0.01)` + }, lineColor: `rgba(${textColor}, 0.1)`, textColor: `rgba(${textColor}, 0.8)`, },