From 3509be023f6b2f0a6d3ebe6923dbbb0ea7fd3914 Mon Sep 17 00:00:00 2001 From: SaaiVenkat <46614118+SaaiVenkat@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:54:37 -0600 Subject: [PATCH] fix: Added fill label in heatmap tutorial (#362) --- user_study_pilot/tutorial2_heatmap.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user_study_pilot/tutorial2_heatmap.html b/user_study_pilot/tutorial2_heatmap.html index 6c65ffe50..418e9aaef 100644 --- a/user_study_pilot/tutorial2_heatmap.html +++ b/user_study_pilot/tutorial2_heatmap.html @@ -1246,6 +1246,12 @@ id: 'heatmap1', title: 'Penguin Species by Island', selector: 'g[id^="geom_rect"] > rect', + labels: { + x: 'Island', + y: 'Species', + fill: 'Count', + title: 'Penguin Species by Island', + }, axes: { x: { label: 'Island',