SandDance

Data structure containing all that is necessary to present a chart.

Hierarchy

  • Stage

Index

Properties

Optional axes

axes: { x: any; y: any; z: any }

Type declaration

Optional backgroundColor

backgroundColor: RGBAColor

Optional backgroundImages

backgroundImages: Image[]

Optional cubeData

cubeData: Cube[]

Optional facets

facets: FacetRect[]

Optional gridLines

gridLines: StyledLine[]

Optional legend

legend: Legend

Optional pathData

pathData: Path[]

Optional redraw

redraw: boolean

Optional textData

textData: VegaTextLayerDatum[]

Optional view

view: View

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc