| commit | cba539b91da20bb31d4a6ff7662c610d5ebd0965 | [log] [tgz] |
|---|---|---|
| author | Joe Li <joe@preset.io> | Thu Oct 02 21:06:11 2025 -0700 |
| committer | Joe Li <joe@preset.io> | Thu Oct 02 21:06:11 2025 -0700 |
| tree | 9090bcd662955fa62f0ae6997741cee2bc6ba24e | |
| parent | 96170e43c0330890ed50a617e91249e870a13973 [diff] |
fix(TimeTable): resolve TypeScript OOM by simplifying sparkline series type Fixes heap out of memory error during TypeScript compilation caused by complex SeriesProps generic type forcing exponential type resolution. Changed chartSeriesMap type annotation from explicit SeriesProps<AxisScale, AxisScale, object> to type inference with precise union constraint. Uses 'as const satisfies' pattern to validate structure without triggering expensive type resolution. - Remove SeriesProps and AxisScale imports (no longer needed) - Add SparklineSeriesComponent union type (typeof LineSeries | BarSeries | AreaSeries) - Replace explicit type annotation with inferred type + satisfies constraint - Preserves type safety while avoiding exponential type checking complexity - Follows "NO any types" modernization guideline 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
A modern, enterprise-ready business intelligence web application.
Why Superset? | Supported Databases | Installation and Configuration | Release Notes | Get Involved | Contributor Guide | Resources | Organizations Using Superset
Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources.
Superset provides:
Video Overview
Large Gallery of Visualizations
Craft Beautiful, Dynamic Dashboards
No-Code Chart Builder
Powerful SQL Editor
Superset can query data from any SQL-speaking datastore or data engine (Presto, Trino, Athena, and more) that has a Python DB-API driver and a SQLAlchemy dialect.
Here are some of the major database solutions that are supported:
A more comprehensive list of supported databases along with the configuration instructions can be found here.
Want to add support for your datastore or data engine? Read more here about the technical requirements.
Try out Superset's quickstart guide or learn about the options for production deployments.
Interested in contributing? Check out our CONTRIBUTING.md to find resources around contributing along with a detailed guide on how to set up a development environment.
Understanding the Superset Points of View
Getting Started with Superset
Deploying Superset
Recordings of Past Superset Community Events
Visualizations