Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Dimensions

Index

Properties

autoHeight

autoHeight: boolean = false

if true charts will use all available space in their parent element

autoWidth

autoWidth: boolean = true

if true charts will use all available space in their parent element

fixedHeight

fixedHeight: boolean = false

if true chart will always have same height, as described in height settings property or autoHeight if false chart height will be ignored and height will be calculated based on grid/panel size

height

height: number = 610

height of chart in px, used only if fixedHeight is true and autoHeight false, otherwise chart will have height as sum of all grids plus margins.

minWidth

minWidth: number = 410

Minimum width of chart possible (applicable when autoWidth is true and user resizes parent HTML element)

width

width: number = 900

width of charts in px

Generated using TypeDoc