Product Updates

What's New

Follow the latest features, performance improvements, and fixes added to Infinity Charts.

v2.2.0

Nested Filter Groups, Formula Filtering, & Label Fitting

Upgrade your visual data mapping with nested filter groups, robust support for formula/rollup Notion fields, and automatic bar chart label padding.

  • FeatureNested Filter Groups: Build compound query conditions using nested logical AND/OR groups to create complex query trees.
  • FeatureFormula & Rollup Types: Dynamically resolve formula result types (number, text, date, boolean) to prevent Notion API validation crashes.
  • ImprovementLabel Cut-off Protection: Added vertical scaling margin boundaries to CosmicBarCharts, ensuring value labels are never clipped by chart borders.
  • FixChart Configuration Validation: Restructured schema validations to allow custom filter parameters inside saved widget configurations, resolving save-failures.
v2.1.0

KPI Cards, Progress Gauges, & Logarithmic Scaling

We are excited to launch a major extension to the Infinity Charts visualization suite. You can now build metric summaries and progress meters, alongside advanced charting options for skewed axes.

  • FeatureKPI Cards: Display standalone metrics with trend percentages and dynamic sparkline historical trendlines (area & line sparkline curves).
  • FeatureProgress Gauges: Build radial progress meters (segmented or solid) and linear progress bars with target goals.
  • ImprovementLogarithmic Scaling: Toggles base-10 logarithmic y-axes on line and bar charts to visually map highly skewed datasets.
  • ImprovementY-Axis Value Formatting: Configure format presets (commas, percentages, USD currency) for dashboard charts.
  • ImprovementDashboard Workspace: Added a premium empty state dashboard layout guide with direct action blocks when no widgets exist.
  • FixEmbed Authentication: Resolved 401 unauthorized errors on public dashboard embed views by validating dashboardId parameters.
v2.0.0

Upstash Redis Cache & Graceful Fallbacks

To support heavy page traffic on embeds and circumvent Notion API request throttling, we have introduced a distributed caching tier with local fallback mechanisms.

  • FeatureUpstash Redis Caching: Integrated a distributed Redis cache layer with a default 30-second TTL for database queries.
  • ImprovementNext.js Local Cache: Implemented automatic, graceful fallback to standard memory/disk Next.js Data Cache if Redis credentials are absent or fail.
  • ImprovementExponential Backoff: Integrated API retry handlers that wait and retry query calls upon receiving Notion 429 Rate-Limited errors.
  • ImprovementThemed Errors: Applied background matching styles to error codes shown inside Notion embeds to prevent contrast clashes.
v1.5.0

Multi-Series Charts & Embed Refresh Controllers

Analyze multiple metrics side-by-side with multi-series groupings, and control client-side embed revalidation on the fly.

  • FeatureMulti-Series Plotting: Added comma-separated property mapping support for plotting multiple numeric series on line and bar charts.
  • FeatureDynamic Embed Refresh: Configure `&refresh=N` URL parameters to automatically refresh chart data in your Notion embeds every N seconds.
  • ImprovementCache Revalidation Tuning: Reduced the default cache TTL and client-side refresh intervals to 30 seconds.
  • ImprovementVercel Analytics Integration: Configured Vercel Web Analytics and Speed Insights to track embed performance benchmarks.
v1.2.0

Radar Charts & Studio Workspace Refactoring

Plot multi-variable profiles using Radar charts, and configure widgets inside our renamed Studio configuration panel.

  • FeatureRadar Charts: Support for spider-web charts to evaluate multi-variable parameters with colored polygons.
  • ImprovementStudio Routing: Renamed dashboard builder paths to the consolidated Studio workspace layout.
  • ImprovementSchema Migration: Added Prisma DB schema mappings and migrations to persist Radar configurations.
v1.0.0

Core Product Launch & Security Headers

First public release of Infinity Charts! Connect Notion databases via OAuth 2.0 and generate live-updating bar, line, and ring charts.

  • FeatureNotion OAuth Handshake: Authenticate workspaces and share pages securely via Notion OAuth 2.0.
  • FeatureBase Charts: Render animated Line charts, vertical/horizontal Bar charts, and Ring donut charts using Recharts.
  • SecurityContent Security Headers: Configured Content-Security-Policy (CSP) and Permissions-Policy headers to secure embed views.
  • FixTooltip Rendering: Resolved nan% display anomalies on pie chart tooltips when hovering slices.