FloatingToolbarConfig
Documentation / @elitechart/core / FloatingToolbarConfig
Defined in: ui/floating-toolbar.ts:72
Configuration accepted once, at construction. The toolbar mounts
itself into mount and stays hidden until showFor() is called.
Example
Properties
gap?
Defined in: ui/floating-toolbar.ts:76
Vertical gap between toolbar and drawing bbox, in px. Default 10.
mount
Defined in: ui/floating-toolbar.ts:74
Element the toolbar is appended into. Usually the chart container.