From cc82ce5e39a23d3d2bf45b1da4dc4da8e9fe50c7 Mon Sep 17 00:00:00 2001 From: Kanit Wongsuphasawat Date: Mon, 13 Jun 2022 16:21:10 -0700 Subject: [PATCH] fix names --- ...l.json => interactive_histogram_full_height_hover.vl.json} | 0 site/_data/examples.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/specs/{interactive_bar_full_height_hover.vl.json => interactive_histogram_full_height_hover.vl.json} (100%) diff --git a/examples/specs/interactive_bar_full_height_hover.vl.json b/examples/specs/interactive_histogram_full_height_hover.vl.json similarity index 100% rename from examples/specs/interactive_bar_full_height_hover.vl.json rename to examples/specs/interactive_histogram_full_height_hover.vl.json diff --git a/site/_data/examples.json b/site/_data/examples.json index d25ccb3d83..093515eaca 100644 --- a/site/_data/examples.json +++ b/site/_data/examples.json @@ -792,8 +792,8 @@ "title": "Bar Chart with Highlighting on Hover and Selection on Click" }, { - "name": "interactive_bar_full_height_hover", - "title": "Bar Chart with Full-Height Hover Targets for Tooltip" + "name": "interactive_histogram_full_height_hover", + "title": "Histogram with Full-Height Hover Targets for Tooltip" }, { "name": "interactive_legend",