IAxisNameConfig
Home > @gooddata/sdk-ui-charts > IAxisNameConfig
IAxisNameConfig interface
Customize whether to display the axis name and if so, where relative to the axis it should be positioned.
Signature:
export interface IAxisNameConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
position? | AxisNamePosition | (Optional) Customize where, relative to the axis should the axis name appear. | |
visible? | boolean | (Optional) Toggle axis name visibility. |