Other action
Use this action with change({ id: 'Other', context }).
Context
id?:Get|Update(Updateis assumed if omitted)comparisonMode:None|Percent|ValuegridLines:vertical|horizontal|both|noneminorGridLines:vertical|horizontal|both|none(currently Y axis only)newPaneHeight: numbershowNavigator:true|falseplotHover:true|falseshowLastValue:None|All|MainshowMinMaxArc:true|falseshowGoToLatest:true|falseshowLegend:true|falseallAnnotationsLocked:true|falseexprSkipLeadingEmpty:true|falseextendedHours:true|falserealTimeCboeBzx:true|falsebuildContinuation:true|false
All Update fields are optional.
Behavior
Other supports:
Get: returns current settings for most fields listed in Context.Update: applies one or more miscellaneous settings.
Notes:
showNavigator,plotHover, andshowGoToLatestare updateable but are not returned byGet.realTimeCboeBzxupdates can emit host notificationCH_HOST_PROPS_CHANGED.
Comparison mode
comparisonMode controls how multiple plots are normalized when drawn on one axis:
None: no normalization; chart uses the first plot’s price rangePercent: plots values as percent change from the first visible barValue: plots absolute value change from the first visible bar