Q1 2024 Growth
Key Performance Indicators
42%
Revenue
128K
Users
95%
Satisfaction
Monthly Active Users
Jan Feb Mar Apr
Conversion
↑ 24%
Churn Rate
↓ 3.2%
📊 Key Insight
User engagement increased 42% after new feature launch
About this template
A modern infographic template for presenting metrics and KPIs. Perfect for reports, presentations, and dashboards. Supports multiple chart types and custom color schemes.
- Business reports
- Marketing dashboards
- Performance reviews
- Data presentations
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| title | string | Yes | — | Infographic title |
| metrics | array | Yes | [] | Array of metric objects with label and value |
| chart_type | enum | No | bar | Chart type: bar, line, pie, donut |
| color_scheme | enum | No | blue | Color scheme: blue, green, purple, custom |
title string Required
Infographic title
metrics array Required
Array of metric objects with label and value
Default: []
chart_type enum Optional
Chart type: bar, line, pie, donut
Default: bar
color_scheme enum Optional
Color scheme: blue, green, purple, custom
Default: blue
Examples
Sales metrics
pdfgrid.generate({ template: "infographic-metrics", data: { title: "Q1 Sales", metrics: [...] } }) Preview
Custom colors
pdfgrid.generate({ template: "infographic-metrics", data: { ..., color_scheme: "purple" } }) Preview