Skip to main content

Chart

Indexable

[key: string]: any

Index

Properties

optionalchart

chart?: any

optionallimit

limit?: number

lines

lines: Line | Line[]

style

style: { height: number; marginBottom?: number; marginLeft?: number; marginRight?: number; marginTop?: number; width: number }

Type declaration

  • height: number
  • optionalmarginBottom?: number
  • optionalmarginLeft?: number
  • optionalmarginRight?: number
  • optionalmarginTop?: number
  • width: number

optionalx

x?: { axis?: any; scale?: any; style?: { fontFamily?: string; fontSize?: string } }

Type declaration

  • optionalaxis?: any
  • optionalscale?: any
  • optionalstyle?: { fontFamily?: string; fontSize?: string }
    • optionalfontFamily?: string
    • optionalfontSize?: string

optionaly

y?: { axis?: any; scale?: any; style?: { fontFamily?: string; fontSize?: string } }

Type declaration

  • optionalaxis?: any
  • optionalscale?: any
  • optionalstyle?: { fontFamily?: string; fontSize?: string }
    • optionalfontFamily?: string
    • optionalfontSize?: string
Page Options