Skip to content

Tooltips

Srdjan Djenader edited this page Dec 21, 2017 · 2 revisions

Describes customization properties for tooltips.


Configuration

tooltipCss: {
    color: 'white',
    background: 'black'
}
  • Optional setting. If not specified, the settings shown in the example will be used.
  • color:
    • Specifies the tooltips' font color.
  • background:
    • Specifies the tooltips' background.
Clone this wiki locally