graph » scale-k » transform
transform
[ root » graph » scaleK » transform ]
Radar Charts Only: Scale transforms are the labels that appear when you hover over the scale items. Refer to the Radar Charts Tutorial for more information.
Attribute | Type | Description |
---|---|---|
all | String | Formats date values when `type: "date"`. Default Value: null |
item | Object | To set transform item label.
This is only available for scaleX object. Default Value: null |
text | String | Sets the text of the scale label.
If `type: "date"` is set within same object, date-related tokens (%M, %d, ...) can be used in this attribute. Default Value: null |
type | String | Set to "date" to convert Unix timestamps into dates. Accepted Values: ['date'] Default Value: null |
uniform | Boolean | To set the time-series scale to linear (uniform) or non-linear. Default Value: null |