- Chart library — a catalog of ready-made chart types built by Lightdash. Install one and it appears in the chart type gallery for everyone in the project.
- Chart Studio — an agentic in-platform interface for building your own reusable chart types. Describe the chart you want, Lightdash builds it, and anyone in the project can use it like a built-in chart type.
Custom chart types are an enterprise feature and require the data apps runtime to be enabled.
Picking a chart type
Run a query, then open Configure in the Explorer and click Change to open the chart type gallery. Installed custom chart types appear in the Custom group at the top, alongside any chart types your team built in Chart Studio. Pick one, then map its inputs to your query’s fields in the General tab. Saved charts remember which chart type they use and which version of it. Updating a chart type in the library or in Chart Studio never changes existing saved charts — see Versions and upgrades for how to move a saved chart to a newer version.Custom charts and data apps
Custom chart types run in the same isolated sandbox that powers data apps, and they round-trip through the CLI as their own as-code resource. They are not data apps, though — the two solve different jobs:- A data app is a full interactive application: its own layout, its own queries, and any interactions the agent builds into it. It lives in a space like a dashboard.
- A custom chart type is a chart renderer. It has no query of its own — the Explorer runs the query, and the chart type turns those results into a visualization. It shows up in the chart type gallery, not as its own object.
Vega-Lite charts
For basic one-off customizations without Enterprise, write the chart as a Vega-Lite spec in the JSON editor. The spec belongs to that saved chart alone and isn’t reusable elsewhere. Open Configure in the Explorer, click Change, and pick Vega (JSON editor) from the Built in group in the chart type picker.

Migrating Vega-Lite charts to custom chart types
The fastest way to bring a chart you’ve configured in Vega-Lite into the newer custom chart type system is to share the Vega-Lite JSON spec and a screenshot with the agent in Chart Studio. The agent can then create a fully interactive custom chart type which you can shift any existing charts to.Known limitations
Vega charts trade dashboard interactivity for spec flexibility:- Drill-down — drilling into a metric by grouping it with a dimension isn’t available.
- View underlying data — clicking a data point to see the underlying records isn’t supported.
- Cross-filtering — selecting elements in a Vega chart doesn’t filter other tiles on the dashboard.