Options
All
  • Public
  • Public/Protected
  • All
Menu

Module vega5-extension

Index

Variables

Const VEGALITE3_MIME_TYPE

VEGALITE3_MIME_TYPE: "application/vnd.vegalite.v3+json" = 'application/vnd.vegalite.v3+json'

The MIME type for Vega-Lite.

Notes

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

Const VEGALITE4_MIME_TYPE

VEGALITE4_MIME_TYPE: "application/vnd.vegalite.v4+json" = 'application/vnd.vegalite.v4+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.v5+json" = 'application/vnd.vega.v5+json'

The MIME type for Vega.

Notes

The version of this follows the major version of Vega.

Const default

default: IExtension = ...

Const rendererFactory

rendererFactory: IRendererFactory = ...

A mime renderer factory for vega data.

Generated using TypeDoc