Class: OverviewOptions

OverviewOptions()

new OverviewOptions()

The OverviewOptions object defines the configuration options to display

For instance, the "visible" option:

overview: { visible: true }
shows the overview

Members

(static) dock :PanelDockEnum

The dock field specifies the edge of the container the overview-window is anchored to. The overview map is shown from top to bottom when the overview window is docked to the left or right side of the view.
Type:
  • PanelDockEnum

(static) line :LineOptions

The line field defines the configuration options for displaying the lines of values in the overview
Type:

(static) serie :string

The serie field specifies a serie or multiple series separated by comma to be represented within the overview-map. The format of a particular element of the serie field is "KEY[\[INNER\]][:[COLOR][-fill [FILLCOLOR]]]", where KEY is the name or the index of the serie, INNER is the inner-index of the value to represent (valid for multi-dimensional array only), COLOR specifies a perticular color to show the overview-line for giving serie (if COLOR is missing, the seriesColors option defines the color to show overview-line) and FILLCOLOR specifies a different color to fill the overview-curve. The overview can show lines or surfaces for one or more series.
Type:
  • string

(static) size :number

The size field specifies the size of the control's overview.
Type:
  • number

(static) visible :boolean

The visible field shows or hides the overview. The overview-window is visible only for area-compatible chart types.
Type:
  • boolean