From 44754dd8d1abb1324f991345089c5a453b44f0d2 Mon Sep 17 00:00:00 2001 From: Ovilia Date: Mon, 20 May 2024 17:23:19 +0800 Subject: [PATCH] doc(scatter): add jitter apache/echarts#19941 --- en/option/component/axis-common.md | 2 ++ zh/option/component/axis-common.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/option/component/axis-common.md b/en/option/component/axis-common.md index 2ecd84a4..5a009576 100644 --- a/en/option/component/axis-common.md +++ b/en/option/component/axis-common.md @@ -29,6 +29,8 @@ Parameters of the event include: To prevent data points from overlapping in scatter plots, a small amount of random noise is added to the positions of the data points. This helps to visualize the distribution of the data more clearly. It is only applicable to scatter plots and is effective only in single-axis or category axes in Cartesian coordinate systems. The unit is in pixels. +~[600x400](${galleryViewPath}scatter-jitter&edit=1&reset=1) + #${prefix} axisLine(Object) Settings related to axis line. diff --git a/zh/option/component/axis-common.md b/zh/option/component/axis-common.md index 8addbcc3..eb54306f 100644 --- a/zh/option/component/axis-common.md +++ b/zh/option/component/axis-common.md @@ -27,6 +27,8 @@ 用于在散点图中防止数据点重叠,通过在数据点的位置上添加少量随机噪音来实现,可以帮助更清晰地可视化数据的分布。仅适用于散点图,且仅在单轴或笛卡尔坐标系下的类目轴中有效。单位是像素。 +~[600x400](${galleryViewPath}scatter-jitter&edit=1&reset=1) + #${prefix} axisLine(Object) 坐标轴轴线相关设置。