Options
All
  • Public
  • Public/Protected
  • All
Menu

@jupyterlab/vega4-extension

Index

Variables

Const VEGALITE_MIME_TYPE

VEGALITE_MIME_TYPE: "application/vnd.vegalite.v2+json" = "application/vnd.vegalite.v2+json"

The MIME type for Vega-Lite.

Notes

The version of this follows the major version of Vega-Lite.

Const VEGA_MIME_TYPE

VEGA_MIME_TYPE: "application/vnd.vega.v4+json" = "application/vnd.vega.v4+json"

The MIME type for Vega.

Notes

The version of this follows the major version of Vega.

Object literals

Const rendererFactory

rendererFactory: object

A mime renderer factory for vega data.

mimeTypes

mimeTypes: string[] = [VEGA_MIME_TYPE, VEGALITE_MIME_TYPE]

safe

safe: true = true

createRenderer

Generated using TypeDoc