Implement Vega-Lite rendering with error handling and dynamic library loading

This commit is contained in:
2025-10-13 01:28:58 +03:00
parent 50e0221726
commit ffeb893809
3 changed files with 99 additions and 22 deletions

View File

@@ -108,15 +108,15 @@ body {
/* Panel sizing */
.snippet-panel {
flex: 0 0 25%;
flex: 0 0 20%;
}
.editor-panel {
flex: 0 0 50%;
flex: 0 0 30%;
}
.preview-panel {
flex: 0 0 25%;
flex: 0 0 50%;
}
/* Toggle buttons */