CodingLaboratory
Lab Commands
Enter The Lab

Component Lab / application-data / interactive-funnel-meter

Stable release
Back to category

Open experiment

Interactive funnel meter

Shows progressive conversion loss through shaped stages with count and rate detail. Each stage is a button that reveals conversion from the prior stage and a suggested action. Encodes sequential attrition rather than branching flow or chronological events.

Lab tested Responsive Dark mode Interactive
Version
1.0.0
Updated
2026-08-02
Dependencies
Zero
Live canvasInstant token updates
Source filesEditable and export-ready
<article class="cmp-interactive-funnel-meter cmp-atlas" data-state="idle" data-variant="3">
  <header>
    <span>Funnel charts</span
    ><button type="button" data-primary aria-pressed="false">Live view</button>
  </header>
  <div class="cmp-atlas__metric"><b>7.6%</b><span data-output>+12.8% this cycle</span></div>
  <div class="cmp-atlas__funnel">
    <button type="button" data-choice="0" aria-pressed="true" style="--i: 0">
      Visitors<b>12400</b></button
    ><button type="button" data-choice="1" aria-pressed="false" style="--i: 1">
      Trials<b>4820</b></button
    ><button type="button" data-choice="2" aria-pressed="false" style="--i: 2">
      Teams<b>1730</b></button
    ><button type="button" data-choice="3" aria-pressed="false" style="--i: 3">
      Paid<b>684</b>
    </button>
  </div>
  <div class="cmp-atlas__choices">
    <button type="button" data-choice="0" aria-pressed="true">Now</button
    ><button type="button" data-choice="1" aria-pressed="false">7 days</button
    ><button type="button" data-choice="2" aria-pressed="false">30 days</button>
  </div>
  <p data-status aria-live="polite">Current data view selected</p>
</article>
No runtime reactions detected Open in Editor

Validated in the lab

Experiment report

  • Schema and source files passed
  • Responsive test passed
  • Keyboard test passed
  • No console errors

Component ingredients

Dependencies
None
Browser support
Current Chrome, Current Edge, Current Firefox, Current Safari
Version
1.0.0
Last tested
2026-08-02

Accessibility notes

  • Every interactive target is a labelled native control with a visible focus treatment.
  • State changes are communicated through a polite text status and never by color alone.
  • The contained visual effects stop when the user requests reduced motion.

License: MIT License for open-source use, modification, and distribution.