From f9d1967b0dbf4354aaff78779debc92217c44fa3 Mon Sep 17 00:00:00 2001 From: Digvijayrao Jadhav Date: Mon, 1 Apr 2024 16:18:33 +0530 Subject: [PATCH] updated space --- src/charts/Bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charts/Bar.js b/src/charts/Bar.js index ae4e30507..4290ce88d 100644 --- a/src/charts/Bar.js +++ b/src/charts/Bar.js @@ -320,7 +320,7 @@ class Bar { if (!lineFill) { // if user provided a function in colors, we need to eval here - // Note: the position of this function logic (ex. stroke: { colors: ["",function(){}] }) i.e array index 1 depicts the realIndex/seriesIndex. + // Note: the position of this function logic (ex. stroke: { colors: ["",function(){}] }) i.e array index 1 depicts the realIndex/seriesIndex. function fetchColor(i) { const exp = w.config.stroke.colors let c