jqDataVisualization for jQuery Documentation

Common.Tooltips


Defines tooltips settings. For example:

Sample configuration:

var tooltipsConfig = {
        disabled : false,
        type: 'normal', 
        borderColor: 'auto',
        snapArea: 25,
        highlighting: true,
        highlightingFillStyle: 'rgba(204, 204, 204, 0.5)',
        highlightingStrokeStyle: 'rgba(204, 204, 204, 0.5)'
}
Defined By

Config options

Common.Tooltips
: String
Specifies the tooltips border color. ...

Specifies the tooltips border color.

Defaults to: 'auto'

Common.Tooltips
: Boolean
Specifies whether or not the tooltips should be disabled. ...

Specifies whether or not the tooltips should be disabled.

Defaults to: false

Common.Tooltips
: Boolean
Specifies whether or not the data points are highlighted. ...

Specifies whether or not the data points are highlighted.

Defaults to: true

Common.Tooltips
: String
Specifies the highlighting fill style. ...

Specifies the highlighting fill style.

Defaults to: 'rgba(204, 204, 204, 0.5)'

Specifies the highlighting stroke style. ...

Specifies the highlighting stroke style.

Defaults to: 'rgba(204, 204, 204, 0.5)'

Common.Tooltips
: Number
Specifies the snap area for displaying the tooltips. ...

Specifies the snap area for displaying the tooltips.

Does not apply to bars, columns and pie slices.

Defaults to: 25

Common.Tooltips
: String
Specifies the tooltips type - 'normal' or 'shared'. ...

Specifies the tooltips type - 'normal' or 'shared'.

Defaults to: 'normal'