9.1.2 to 9.2.0

Version 9.2.0 adds new features and improvements, including customizable axis titles, updated marker behavior, and three new GoNoGo® studies, alongside other features and enhancements. See the Release Notes to learn more.

Consolidated Markers

With version 9.2.0, "Simple Circle", "Simple Square", and high performance markers are now grouped by default.

To maintain legacy functionality, set the groupable parameter to false.

Example:

new CIQ.Marker({
    groupable: false, 
    stx: stxx,
    xPositioner: "date",
    yPositioner: "value",
    x: someDate,
    y: somePrice,
    label: "events",
    node: newNode
});

For more information, visit the Markers tutorial.