IAxisConfig
Home > @gooddata/sdk-ui-charts > IAxisConfig
IAxisConfig interface
Signature:
export interface IAxisConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
format? | string | (Optional) Customize whether to use format from measure or the default one | |
labelsEnabled? | boolean | (Optional) Toggle visibility of labels describing the different axis tics. | |
max? | string | (Optional) For axis with numeric tics, this can influence the maximum value shown on the axis and in the chart itself. The min and max can be used to zoom-in or zoom-out the chart. | |
measures? | Identifier[] | (Optional) Customize measures which are bound to this axis. This setting comes into play in dual-axis charts where you must specify which measures are on the primary and which on the secondary axis. | |
min? | string | (Optional) Fox axis with numeric tics, this can influence the minimum value shown on the axis and in the chart itself. The min and max can be used to zoom-in or zoom-out the chart. | |
name? | IAxisNameConfig | (Optional) Customize whether and how the axis name should appear. | |
rotation? | string | (Optional) If labels are enabled, rotation lets you customize how they should be rotated. Specify this as a number of degrees. Positive number means clockwise rotation, negative is counter-clockwise rotation. | |
visible? | boolean | (Optional) Toggle axis visilibity. |