diff --git a/en/option/component/axis-common.md b/en/option/component/axis-common.md index 9f46bdcc5..38d4bb3a9 100644 --- a/en/option/component/axis-common.md +++ b/en/option/component/axis-common.md @@ -75,6 +75,11 @@ Set this to `false` to prevent the axis label from appearing. ) }} {{ /if }} +##${prefix} customValues(Array) + +An array of axis values on which labels will be displayed. When this option is +set, no autogenerated labels will be shown. + {{ if: ${hasInside|default(true)} }} ##${prefix} inside(boolean) = false @@ -154,6 +159,11 @@ Align axis tick with label, which is available only when `boundaryGap` is set to ) }} {{ /if }} +##${prefix} customValues(Array) + +An array of axis values on which ticks will be displayed. When this option is +set, no autogenerated ticks will be shown. + {{ if: ${hasInside|default(true)} }} ##${prefix} inside(boolean) = false Set this to `true` so the axis labels face the `inside` direction.