mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #18040] [MERGED] FEAT: Add Vega-Lite Char Visualizer Renderer #47700
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.