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 | Sample Data | Sample SVG |
|---|---|---|---|---|
| lc_action / lc_target | Click-to-reveal overlay with frosted-glass modal and TTS narration. | ![]() | Β | SVG |
| lc_bar / lc_bar_bg | Horizontal bars for side-by-side comparison (e.g. revenue, KPIs). | ![]() | CSV | SVG |
| lc_center / lc_right | Center or right-align dynamic text in SVG <text> elements. | ![]() | Β | SVG |
| lc_circle / lc_circle_bg | Single percentage or completion status (circular progress). | ![]() | CSV | SVG |
| lc_color | Change element colors from data (status, conditions). | ![]() | CSV | SVG |
| lc_column / lc_column_bg | Vertical columns for time series or rankings. | ![]() | CSV | SVG |
| lc_date | Formatted dates (events, milestones, deadlines). | ![]() | CSV | SVG |
| lc_days_of_week / lc_days_of_month | Time-based charts (week or month) for activity patterns. | ![]() | CSV | SVG |
| lc_doughnut | Segmented proportional data (e.g. market share, NPS). | ![]() | CSV | SVG |
| lc_fadetext | Text with fade at the end to indicate overflow. | ![]() | CSV | SVG |
| lc_funnel_bars | Concentric bars (largest to smallest) for hierarchy. | ![]() | CSV | SVG |
| lc_funnel_or_hannoi | Funnel or Hannoi charts (conversion funnels, hierarchy). | ![]() | CSV | SVG |
| lc_heatmap | Data intensity via color opacity (0β100). | ![]() | CSV | SVG |
| lc_html_table | Responsive HTML table with card layouts, progress bars, and row spanning. | ![]() | CSV | SVG |
| lc_image | Dynamic images (logos, product images, photos). | ![]() | CSV | SVG |
| lc_kenburns | Cinematic zoom and pan on any SVG element. | Β | CSV | SVG |
| lc_label | Labeled lists with optional colored bullets (legends). | Β | CSV | SVG |
| lc_lottie | Lottie animations from JSON (logos, loaders, illustrations). | Β | CSV | SVG |
| lc_multiple_bars | Side-by-side bars within each category (comparison). | ![]() | CSV | SVG |
| lc_pie_bar | Horizontal stacked bar with legend (single-row proportions). | ![]() | CSV | SVG |
| lc_radial | Polar area (rose) chart for category magnitudes. | ![]() | Β | SVG |
| lc_range / lc_range_bg | Min-max values or data ranges (position and width). | ![]() | CSV | SVG |
| lc_rings | Hierarchical or comparative data in concentric rings. | ![]() | CSV | SVG |
| lc_scrolltext | Long text that scrolls when it exceeds the container. | Β | CSV | SVG |
| lc_slope | Slope/trend between two values (before-after, comparisons). | ![]() | CSV | SVG |
| lc_sparkline / lc_sparkbar / lc_sparkarea | Compact spark charts (line, bar, or area) for trends. | ![]() | CSV | SVG |
| lc_stacked_bars | Stacked bars for cumulative totals, part-to-whole. | ![]() | CSV | SVG |
| lc_timerange | Human-readable time duration (e.g. 7d 0h, 2h 30m). | ![]() | CSV | SVG |
| lc_video | Embedded video with autoplay (demos, tutorials). | Β | CSV | SVG |
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
- Distribution & Proportions
- lc_action
- lc_bar / lc_bar_bg
- lc_circle / lc_circle_bg
- lc_center & lc_right
- lc_color
- lc_column / lc_column_bg
- lc_column_charts
- lc_date
- lc_doughnut
- lc_fadetext
- lc_funnel_or_hannoi
- lc_heatmap
- lc_html_table
- lc_image
- lc_kenburns
- lc_label
- lc_lottie
- lc_range / lc_range_bg
- lc_rings
- lc_radial
- lc_scrolltext
- lc_pie_bar
- lc_slope
- lc_video
- lc_widget Spark
- lc_widget time range
- lc_widget Week Month
- Progress & Metrics
- Quick Reference
- Setup & Export Guide
- Styling & Effects
- Text & Media Content























