PromptsVault AI is thinking...
Searching the best prompts from our community
Searching the best prompts from our community
Prompts matching the #d3js tag
Create a custom PostHog-style funnel chart. Requirements: 1. Multi-step funnel (e.g., Landed -> Signed Up -> Paid). 2. Percentage drop-off calculations for each step. 3. Hover effects showing exact visitor counts. 4. Toggle to filter by cohort (e.g., 'Internal', 'External'). 5. Responsive SVG implementation using D3.js or Tremor.
Craft custom visualizations with D3.js. Patterns: 1. Data binding with selection.data(). 2. Enter/update/exit pattern. 3. Scales (linear, time, ordinal). 4. Axes with d3.axis(). 5. SVG path generation. 6. Transitions for smooth updates. 7. Zoom and pan behaviors. 8. Force-directed graphs. Use Observable Plot for simpler charts or build completely custom. Integrate with React using useRef.