noData

Configuration Structure

noData: {
text: string,
align: 'left' | 'right' | 'center',
verticalAlign: 'top' | 'middle' | 'bottom',
offsetX: number,
offsetY: number,
style: { ... },
color: string,
fontSize: string,
fontFamily: string,
}

text

Default: undefined

The text to display when no-data is available. Defaults to undefined which displays nothing.

align

Default: 'center'

Available Options

  • left
  • center
  • right

verticalAlign

Default: 'middle'

Available Options

  • top
  • middle
  • bottom

offsetX

Default: 0

text offset from left

offsetY

Default: 0

text offset from left

style

color

noData.style.color

ForeColor of the text

fontSize

noData.style.fontSize

FontSize of the text

fontFamily

noData.style.fontFamily

FontFamily of the text