Add suport for Vega-Lite Specifications.
Vega-Lite is a "compiled" version of Vega Char Visualizer. For be rendered with Vega it have to be compiled.
This PR add the check and compile if necessary, is a complement of recent Vega Renderer Feature added.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/18040
**Author:** [@rgaricano](https://github.com/rgaricano)
**Created:** 10/4/2025
**Status:** ✅ Merged
**Merged:** 10/4/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dev-FEAT_Vega_Visualizer`
---
### 📝 Commits (1)
- [`039358e`](https://github.com/open-webui/open-webui/commit/039358e0490413b10668e96b6be06d7c96d88bea) FEAT: Add Vega-Lite Char Visualizer Renderer
### 📊 Changes
**2 files changed** (+9 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -0)
📝 `src/lib/utils/index.ts` (+8 -1)
</details>
### 📄 Description
### FEAT: Add Vega-Lite Char Visualizer Renderer
Add suport for Vega-Lite Specifications.
Vega-Lite is a "compiled" version of Vega Char Visualizer. For be rendered with Vega it have to be compiled.
This PR add the check and compile if necessary, is a complement of recent Vega Renderer Feature added.
____
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/18040
Author: @rgaricano
Created: 10/4/2025
Status: ✅ Merged
Merged: 10/4/2025
Merged by: @tjbck
Base:
dev← Head:dev-FEAT_Vega_Visualizer📝 Commits (1)
039358eFEAT: Add Vega-Lite Char Visualizer Renderer📊 Changes
2 files changed (+9 additions, -1 deletions)
View changed files
📝
package.json(+1 -0)📝
src/lib/utils/index.ts(+8 -1)📄 Description
FEAT: Add Vega-Lite Char Visualizer Renderer
Add suport for Vega-Lite Specifications.
Vega-Lite is a "compiled" version of Vega Char Visualizer. For be rendered with Vega it have to be compiled.
This PR add the check and compile if necessary, is a complement of recent Vega Renderer Feature added.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.