Skip to main content
Version: latest

SetResolutionOptions

Interface

Options for setting a chart's resolution.

Properties

dataReady

Optional

An optional callback function. Called when the data for the new resolution has loaded.

Type

() => void

Type declaration

Signature

() => void
Returns

void


doNotActivateChart

Optional

A boolean flag. Allows to disable making the current chart active in the layout.

Type

boolean