add support for the latest Vega v5.x releases
See original GitHub issuecurrently this extension provides vg.json
and vl.json
Previews using embedded Vega v4 and Vega-Lite v3 libraries.
Vega dev team, @jheer and @domoritz have been busy with new Vega v5 updates recently.
I’d like to support latest Vega library updates to Preview vega json files created with new features and changes in v5.x. See Vega repo for more info:
https://github.com/vega/vega/releases
Ultimately and ideally as part of this viewer update, load correct vega, vega-lite or vega-embed version for Preview based on the Vega $schema reference provided in vg.json
|| vl.json
spec for backward compatibility and previews of older vega specs.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Releases · vega/vega
Update tests to match new dependencies. Bump minor version numbers for all affected modules. vega-functions. Add lasso selection expression functions.
Read more >Radeon™ RX Vega Series Drivers & Support
AMD software and drivers are designed to work best for up-to-date operating systems. Please be sure to update your operating system before installing...
Read more >Specification - Vega & Vega-Lite
Property Type Description
$schema URL The URL for the Vega schema.
padding Number | Object | Signal
autosize String | Autosize | Signal
Read more >Vega | Kibana Guide [8.5]
Vega -Lite is a good starting point for users who are new to both grammars, ... add a signal that updates until the...
Read more >VegaChart Examples | Charts
const dataTable = new google.visualization.DataTable(); const options = { 'vega': { "$schema": "https://vega.github.io/schema/vega/v5.json", "width": 500,
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds good. The mapping is at https://github.com/vega/schema/tree/master/vega-lite (see the symlinks). We follow semantic versioning practices.
In the Vega editor, I use yarn link to connect the current dev version. This way I can make changes to Vega and Vega-Lite and still try them in the Editor. Does this explain my use case?