OptionalonResize?: () => voidCalled after every successful chart.resize triggered by the
ResizeObserver. Not called when resize is skipped (zero-sized
container or unchanged dimensions on first observation). Static.
OptionalresizeDebounce?: numberDebounce delay in milliseconds for ResizeObserver callbacks.
Defaults to 100. Set to 0 to call chart.resize on every
observation without debouncing. Static.
Reactive options (in CreateChartMaybeOptions) accept both plain values and accessors. Static options are plain values only - they are read once at init time and changes after mount have no effect.
Reactive - updated in place after mount:
renderer - reinits the instance (only option that does)theme - calls setThemegroup - updates chart.group and calls connectautoResize - attaches or detaches the ResizeObserverStatic - read at init time only:
locale, devicePixelRatio, useDirtyRect, resizeDebounce
Options for createChart.