Configuration Panel

Pop-Up Slicer Panel Overlay

Build

Featured Image

Overview

Features

Prompts

Troubleshooting

Key Features

Report canvases get cluttered when slicers share space with charts. The config-page skill solves this by routing slicers to a separate page — but sometimes you want everything on one page and a quick-dismiss panel rather than a navigation trip. This skill builds that: a floating panel that slides in over your canvas, contains your slicers, and dismisses cleanly. Getting it right by hand requires a group container, a background shape with the correct z-order, repositioned slicer coordinates, three precisely targeted bookmarks, and custom icon registration — wired so the panel opens, closes, and clears without glitches. This skill does all of it from a single command.

How it works

Type /config-panel, specify the main page and which slicers to include, and the skill sets up everything:

  1. Repositions each specified slicer in-place to coordinates inside the panel (no copies, no slicer sync needed)

  2. Creates a group container that wraps the panel visuals

  3. Adds a white rounded-rectangle background at the lowest z-order within the group

  4. Creates a Close (×) icon button at the top right of the panel and a Clear button at the bottom center

  5. Registers the filter and close icon SVGs into StaticResources/RegisteredResources/

  6. Creates a Filter icon button on the main page (outside the group, always visible)

  7. Creates three bookmarks: ShowFilterPane (makes panel visible), HideFilterPane (hides panel), and ClearFilters (resets slicer selections without changing visibility)

What you get

  • Group container — wraps all panel visuals; a single visibility target for bookmarks

  • Background rectangle — white rounded rect at the lowest z-order, sized to the panel

  • Repositioned slicers — moved in-place into the panel grid, parentGroupName wired

  • Close (×) button — top right of panel, SVG icon, triggers HideFilterPane bookmark

  • Clear button — bottom center of panel, triggers ClearFilters bookmark, colors inherited from existing page buttons

  • Filter button — main page, outside group, always visible, triggers ShowFilterPane bookmark

  • Three bookmarks — ShowFilterPane, HideFilterPane, ClearFilters — all pre-wired to the correct buttons

Tool Information

Price

20 USD

Category

Build

Version