jqDataVisualization for jQuery Documentation

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

Chart.EmptyPointStyle
: String/Common.Gradient
Specifies the empty point fill style. ...

Specifies the empty point fill style.

Defaults to: '#cccccc'

Chart.EmptyPointStyle
: Number
Specifies the empty point line width. ...

Specifies the empty point line width.

Defaults to: 2

Chart.EmptyPointStyle
: Chart.Marker
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}

Chart.EmptyPointStyle
: String
Specifies the empty point line color. ...

Specifies the empty point line color.

Defaults to: 'red'