question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add support for the latest Vega v5.x releases

See original GitHub issue

currently 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
domoritzcommented, Apr 18, 2019

Sounds good. The mapping is at https://github.com/vega/schema/tree/master/vega-lite (see the symlinks). We follow semantic versioning practices.

1reaction
domoritzcommented, Apr 18, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found