API Reference
Namespaces
Classes
Events
Global
Externals

Class: GroupNode

CIQ.Marker.TimeSpanEvent. GroupNode


new GroupNode(params)

Creates an HTML marker node used by CIQ.Marker.TimeSpanEvent.Group.

Parameters:
Name Type Description
params object

Parameters to describe the marker

Properties
Name Type Argument Default Description
groupMap object

Reference to the stxx.markerHelper.groupMap property associate with marker group.

displayStem boolean <optional>
true

Set to false to draw the marker at a specific point and not include the stem.

type string

The marker type to be drawn.
Available options are:

  • "circle"
  • "square"
Since:
  • 9.3.0

Methods


handleMenuClick(marker, e)

Displays a marker expansion for the group marker. If the expansion is already displayed, it is removed.

Parameters:
Name Type Description
marker CIQ.Marker

The marker to display or hide the expansion.

e Event

Marker interaction event handler

Since:
  • 9.3.0