The navigator pane configuration.

The background color of the pane. Accepts a valid CSS color string, including hex and rgb.

The border of the navigator pane.

The color of the border. Accepts a valid CSS color string, including hex and rgb.

The dash type of the border.

The following dash types are supported:

  • "dash" - a line consisting of dashes
  • "dashDot" - a line consisting of a repeating pattern of dash-dot
  • "dot" - a line consisting of dots
  • "longDash" - a line consisting of a repeating pattern of long-dash
  • "longDashDot" - a line consisting of a repeating pattern of long-dash-dot
  • "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot
  • "solid" - a solid line

The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.

The navigator pane height in pixels.

The margin of the pane. A numeric value will set all margins.

The bottom margin of the navigator pane.

The left margin of the navigator pane.

The right margin of the navigator pane.

The top margin of the navigator pane.

The unique name of the navigator pane.

The padding of the pane. A numeric value will set all paddings.

The bottom padding of the navigator pane.

The left padding of the navigator pane.

The right padding of the navigator pane.

The top padding of the navigator pane.

The title configuration of the navigator pane.

The panes.title.text option must be set in order to display the title.

The background color of the title. Accepts a valid CSS color string, including hex and rgb.

The border of the title.

The color of the border. Accepts a valid CSS color string, including hex and rgb.

The dash type of the border.

The following dash types are supported:

  • "dash" - a line consisting of dashes
  • "dashDot" - a line consisting of a repeating pattern of dash-dot
  • "dot" - a line consisting of dots
  • "longDash" - a line consisting of a repeating pattern of long-dash
  • "longDashDot" - a line consisting of a repeating pattern of long-dash-dot
  • "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot
  • "solid" - a solid line

The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.

The text color of the title. Accepts a valid CSS color string, including hex and rgb.

The font style of the title.

The margin of the title. A numeric value will set all margins.

The bottom margin of the title.

The left margin of the title.

The right margin of the title.

The top margin of the title.

The position of the title.

The supported values are:

  • "left" - the axis title is positioned on the left (applicable to horizontal axis)
  • "right" - the axis title is positioned on the right (applicable to horizontal axis)
  • "center" - the axis title is positioned in the center

The text of the title.

If set to true the chart will display the pane title. By default the pane title is visible.

In this article