- Which chart type should I use for time series data?
- Line charts for continuous values over time. Area charts to emphasize cumulative volume. Bar charts for discrete time periods (monthly comparisons). Avoid pie charts for time series — they cannot show trends.
- Can I customize colors and fonts?
- Yes — the style panel lets you set color palettes, font families, axis labels, and title text. Apply your brand colors by entering hex codes directly. Exported SVG preserves all custom styling.
- What data size is supported?
- Up to 10,000 rows for interactive charts and 1,000 data points for complex chart types (bubble, scatter). For larger datasets, aggregate first (group by day, category) before pasting — visual charts become unreadable beyond a few hundred discrete data points anyway.