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
Specifies whether or not the tooltips should be disabled. ...
Specifies whether or not the tooltips should be disabled.
Defaults to: false
Specifies whether or not the data points are highlighted. ...
Specifies whether or not the data points are highlighted.
Defaults to: true
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)'