- Since:
-
9.4.0
Members
-
<readonly> items :Record.<string, Button>
-
Buttons configured for this footer, separated into left and right sub-objects.
Type:
- Record.<string, Button>
- Since:
-
9.4.0
Type Definitions
-
UI footer menu configuration. Configures a footer for the chart that contains buttons to control various features. These buttons are configured the same way as defined in ButtonConfig and leverage the same functionality.
Type:
- Since:
-
9.4.0
Properties:
Name Type Argument Default Description onTopboolean <optional>
Set to true to place the footer on the top of the chart as oppsoed to the bottom.
outerFooterSide <optional>
'right' Indicates which side of the footer falls to the outside of the chart when the fotter is narrowed to the point where not everything fits on one line.
backgroundColorstring <optional>
Background color of footer.
colorstring <optional>
Font color for footer.
borderColorstring <optional>
Color of border between left and right sides of footer.
fontSizestring <optional>
Font size of footer text.
fontFamilystring <optional>
Font family of footer text.
fontStylestring <optional>
Font style of footer text (e.g. italic).
fontWeightstring <optional>
Font weight of footer text (e.g. bold).
leftRecord.<string, ButtonConfig> <optional>
Button configurations for left side of footer.
rightRecord.<string, ButtonConfig> <optional>
Button configurations for right side of footer.
-
Possible values of the FooterConfig object's
outerproperty.Type:
- 'left' | 'right'
- Since:
-
9.4.0
