Chart.EmptyPointStyle
Defines the empty point style.
Sample configuration:
var emptyPontStyle = {
marker: {
type: 'cross',
fillStyle: 'red',
strokeStyle: 'red',
lineWidth: 4,
size : 10
},
fillStyle: '#cccccc',
strokeStyle: 'red',
lineWidth: 2
}
Defined By
Config options
Specifies the empty point fill style. ...
Specifies the empty point fill style.
Defaults to: '#cccccc'
Specifies the empty point marker style. ...
Specifies the empty point marker style.
Defaults to: {visible: true, type: 'cross', fillStyle: 'red', strokeStyle: 'red', lineWidth: 4, size: 10}