From c51bc48745524ca73da4e1521b858ab4e3b5f8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ko=C5=88a=C5=99=C3=ADk?= Date: Tue, 17 Nov 2020 19:19:33 +0100 Subject: [PATCH] Document axisTick/axisLabel.customValues, apache/incubator-echarts#13636 --- en/option/component/axis-common.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.