From a13c51e4c6bc66e3726c5319551ceafe701d618a Mon Sep 17 00:00:00 2001 From: Marcel <47798787+Supermarcel10@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:11:47 +0000 Subject: [PATCH] Update examples/gallery/interactive.md Updated incorrect/outdated hyperlinks in example --- examples/gallery/interactive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/interactive.md b/examples/gallery/interactive.md index df655c6..21d3fdb 100644 --- a/examples/gallery/interactive.md +++ b/examples/gallery/interactive.md @@ -237,7 +237,7 @@ hoverHighlight = ## Selection with Slider -Input GUI elements such as [sliders](https://package.elm-lang.org/packages/gicentre/elm-vegalite/latest/VegaLite#iRange) and [checkboxes](https://package.elm-lang.org/packages/gicentre/elm-vegalite/latest/VegaLite#iCheckbox) can be used to select and filter data. +Input GUI elements such as [sliders](https://package.elm-lang.org/packages/gicentre/elm-vegalite/latest/VegaLite#ipRange) and [checkboxes](https://package.elm-lang.org/packages/gicentre/elm-vegalite/latest/VegaLite#ipCheckbox) can be used to select and filter data. ```elm {v l interactive} sliderSelection : Spec