Interface Parse

Index

Methods

Methods

public data(dataSet: Data[], callback: () => void)

Parameters

  • dataSet: Data[]
  • callback: () => void

public spec(url: string, callback: (chart: (args: Vega.ViewArgs) => Vega.View) => void)

Parameters

  • url: string
  • callback: (chart: (args: Vega.ViewArgs) => Vega.View) => void

public spec(spec: Spec, callback: (chart: (args: Vega.ViewArgs) => Vega.View) => void)

Parameters

  • spec: Spec
  • callback: (chart: (args: Vega.ViewArgs) => Vega.View) => void