Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChartConfiguration

Hierarchy

  • ChartConfiguration

Index

Properties

Optional actions

actions?: ChartAction[]

ChartActions

Optional data

data?: ChartData

TData represents the data point type. If unspecified, a default is provided based on the chart type. TLabel represents the label type

Optional options

options?: ChartOptions

Chart Options

Optional plugins

plugins?: Plugin[]

Plugin

Optional sharedVar

sharedVar?: ChartSharedVar

Chart Shared Var

Optional type

type?: string

Chart Type bar, line, scatter, bubble, pie, doughnut, polarArea, radar

Optional url

url?: string

Chart Configuration URL

Generated using TypeDoc