Custom Slide
Create stunning, data-driven graphics that automatically personalize with user or account-specific data. The Infographic slide is compatible with both static SVGs and animated SVGs with embedded CSS.
Dynamic elements and widgets at a glance
Click a Prefix to jump to its full configuration. Click an image for a larger preview.
| Prefix | When to use | Example image |
|---|---|---|
| lc_table | Interactive tables in SVG (scrolling, highlighting, formatting). | ![]() |
| lc_multiple_bars | Side-by-side bars within each category (comparison). | ![]() |
| lc_funnel_bars | Concentric bars (largest to smallest) for hierarchy. | ![]() |
| lc_stacked_bars | Stacked bars for cumulative totals, part-to-whole. | ![]() |
| lc_rings | Hierarchical or comparative data in concentric rings. | ![]() |
| lc_bar / lc_bar_bg | Horizontal bars for side-by-side comparison (e.g. revenue, KPIs). | ![]() |
| lc_column / lc_column_bg | Vertical columns for time series or rankings. | ![]() |
| lc_circle / lc_circle_bg | Single percentage or completion status (circular progress). | ![]() |
| lc_range / lc_range_bg | Min-max values or data ranges (position and width). | ![]() |
| lc_doughnut | Segmented proportional data (e.g. market share, NPS). | ![]() |
| lc_color | Change element colors from data (status, conditions). | ![]() |
| lc_heatmap | Data intensity via color opacity (0–100). | ![]() |
| lc_fadetext | Text with fade at the end to indicate overflow. | ![]() |
| lc_image | Dynamic images (logos, product images, photos). | ![]() |
| lc_date | Formatted dates (events, milestones, deadlines). | ![]() |
| lc_slope | Slope/trend between two values (before-after, comparisons). | ![]() |
| lc_funnel_or_hannoi | Funnel or Hannoi charts (conversion funnels, hierarchy). | ![]() |
| lc_timerange | Human-readable time duration (e.g. 7d 0h, 2h 30m). | ![]() |
| lc_sparkline / lc_sparkbar / lc_sparkarea | Compact spark charts (line, bar, or area) for trends. | ![]() |
| lc_days_of_week / lc_days_of_month | Time-based charts (week or month) for activity patterns. | ![]() |
| lc_label | Labeled lists with optional colored bullets (legends). | Â |
| lc_kenburns | Cinematic zoom and pan on any SVG element. | Â |
| lc_scrolltext | Long text that scrolls when it exceeds the container. | Â |
| lc_video | Embedded video with autoplay (demos, tutorials). | Â |
| lc_lottie | Lottie animations from JSON (logos, loaders, illustrations). | Â |
Each element in the table above has a dedicated page with full configuration, examples, and troubleshooting. Click any name to go to its page.
Getting Started
⚙️ New to Infographic Slides?
Learn how to create and export SVGs from Figma or SVGator:
đź“‹ Already Know What You Need?
Use the table above to jump to any element’s full configuration, or the quick syntax reference:
→ Quick Reference Cheat Sheet
How It Works
Infographic slides use special ID naming conventions in your SVG files to create dynamic, personalized content:
- Text Personalization - Add
lc_variableNameto element IDs to replace with dynamic data - Show/Hide Elements - Use
lc_orhid_prefixes to control visibility - Dynamic Attributes - Special prefixes like
lc_bar_,lc_circle_, etc. adjust visual properties
Basic Example
<!-- In your SVG -->
<text id="lc_customer-name">John Doe</text>
<rect id="lc_bar_revenue" />
<!-- In your dataset -->
{{ customer-name }} = "Acme Corp"
{{ revenue }} = "75"
The slide will automatically replace “John Doe” with “Acme Corp” and set the bar width to 75%.
SVG Standards
- Desktop SVGs: 1080 x 810 pixels (4:3 aspect ratio)
- Mobile SVGs: 440 x 836 pixels (1:1.9 aspect ratio)
- Format: Static or animated SVGs with embedded CSS
- Animation: CSS-only animations supported (no JavaScript)
Need Help?
- Elements and widgets table - Jump to any element’s full configuration
- Setup & Export Guide - Learn how to create proper SVGs
- Quick Reference - Syntax cheat sheet
- FAQ - Common questions and troubleshooting
Table of contents
- Setup & Export Guide
- Progress & Metrics
- lc_table
- Distribution & Proportions
- lc_column_charts
- Styling & Effects
- lc_rings
- Text & Media Content
- lc_bar / lc_bar_bg
- lc_column / lc_column_bg
- lc_circle / lc_circle_bg
- lc_range / lc_range_bg
- lc_doughnut
- lc_color
- lc_heatmap
- lc_fadetext
- lc_image
- lc_date
- lc_slope
- lc_funnel_or_hannoi
- lc_widget time range
- lc_widget Spark
- lc_widget Week Month
- lc_label
- lc_kenburns
- lc_scrolltext
- lc_video
- lc_lottie
- Quick Reference



















