From 2e30a61d090864f435562ed71452357d1403886c Mon Sep 17 00:00:00 2001 From: xdan Date: Thu, 21 Mar 2024 09:44:59 +0300 Subject: [PATCH] Fix color for cell's borders --- example/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/common.js b/example/common.js index 37eaea6..eb03f05 100644 --- a/example/common.js +++ b/example/common.js @@ -165,7 +165,7 @@ function showBounds(bounds) { coordinates: [[bounds[0], [bounds[0][0], bounds[1][1]], bounds[1], [bounds[1][0], bounds[0][1]]]] }, style: { - fill: '#EEFD7D', + fill: '#CCC', fillOpacity: 0.5, stroke: [{color: '#e07e7e', width: 2}] }