Plugins 〉Vega


Developer

Jarrad Whitaker <akdor1154>

Sign up to receive occasional product news and updates:



Panel
community

Vega

  • Overview
  • Installation
  • Change log
  • Related content

Grafana-Vega

This is a panel plugin for Grafana that allows you to configure Vega or Vega-Lite specs.

A screenshot of the grafana-vega plugin in action

Features

  • The ability to write Vega/Vega Lite specs, which are much more powerful than the inbuilt Grafana vizes. (Gallery). <3 Vega.

  • A JSON editor with the Vega specs hooked up to it for autocomplete Autocomplete in action

  • Field names and Datasource names also hooked up to autocomplete Autocompleting fields in action

  • Automatic light/dark mode as per your Grafana theme Light mode

  • An obsessive amount of mucking about with React to stop your spec being reparsed all the time

  • {"width": "container"} hooked up to work like you want

Todo

  • Rig up Edit in Vega Editor and the other things you expect from Vega Embed

  • Dig into if it's possible to cope when Grafana sends us multiple dataframes with the same name/refId

  • Get it signed

Acknowledgements

Install on Grafana Cloud

Plugins can be installed directly from within your Grafana instance or automated using the Cloud API or Terraform.

Learn more about plugin installation

For more information, visit the docs on plugin installation.

Changelog

1.0.11

  • Switch bundler to Vite for AMD support

1.0.10

  • Fix rich text in schema autocomplete

1.0.9

  • Fix endless rerender loop when editing

1.0.8

  • Ensure provisioning works

1.0.7

  • Make dark theme better

1.0.6

  • Wire up Vega support (previously just Vega-Lite worked)

1.0.4

  • Initial release.