Skip to content

Tooltips

Srdjan Djenader edited this page Nov 30, 2017 · 2 revisions

Describes customization properties for tooltips.


Configuration

drawer: {
    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