Vega Lite
The Vega Lite component allows you to display a Vega Lite chart.
The following section details Vega Lite component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:
App Editor Documentation
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Apps Quickstart
Learn how to build your first app in a matter of minutes.
Data Source
Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|
object | true | false | The Vega Lite chart config |
Controls
This component can be controlled by frontend scripts using these functions:
Name | Parameters | Description | Example |
---|---|---|---|
recompute | id: string | Recompute a component. | recompute('a'); |
Vega Lite configuration
Name | Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|---|
canvas | boolean | false | false | false | Use the canvas renderer instead of the svg one for more interactive plots |
Outputs
Name | Type | Description |
---|---|---|
result | Object | The Vega Lite chart data. |
loading | boolean | The loading state of the Vega Lite chart |