Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines where a chart gets its data from and how the data is rendered in the chart

Hierarchy

  • IDefinition

Index

Properties

Optional datasets

datasets: IDataset[]

Where the chart's data comes from

Optional legend

legend: ILegend

Properties to control the visibility and position of the chart's legend

Optional overrides

overrides: __type

Overrides of specification properties

Optional series

series: ISeries[]

How that data is bound to plots (bars, lines, points, etc) on the chart

Optional specification

specification: __type

An specification for custom chart type (used instead of type)

Optional style

style: IStyle

Additional properties to define how a chart is rendered

Optional type

type: string

A string representing one of the pre-defined (bar, line, pie, etc) chart specifications

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • 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