IAxisConfig
Home > @gooddata/sdk-ui-charts > IAxisConfig
IAxisConfig interface
Signature:
export interface IAxisConfig 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| string | (Optional) Customize whether to use format from measure or the default one | ||
| boolean | (Optional) Toggle visibility of labels describing the different axis tics. | ||
| 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. | ||
| (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. | |||
| 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. | ||
| (Optional) Customize whether and how the axis name should appear. | |||
| 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. | ||
| boolean | (Optional) Toggle axis visilibity. |