From 1cb29a44ab97c2cf759c8c3d09a7e0f7a9cfc52c Mon Sep 17 00:00:00 2001 From: Macabe Wood Date: Wed, 6 Aug 2025 10:56:34 -0700 Subject: [PATCH] Removing gridlines from heatmap --- q2_vizard/assets/heatmap/spec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/q2_vizard/assets/heatmap/spec.json b/q2_vizard/assets/heatmap/spec.json index 784b0c1..a6b5f36 100644 --- a/q2_vizard/assets/heatmap/spec.json +++ b/q2_vizard/assets/heatmap/spec.json @@ -148,7 +148,7 @@ "axes": [ { "scale": "x_scale", - "grid": true, + "grid": false, "orient": "bottom", "tickCount": 5, "title": {"{{REPLACE_PARAM}}": "x_measure"}, @@ -159,7 +159,7 @@ }, { "scale": "y_scale", - "grid": true, + "grid": false, "orient": "left", "title": {"{{REPLACE_PARAM}}": "y_measure"}, "titleFontSize": 18,