From 45a51aa434d0ab7576a4884b181ceca994072522 Mon Sep 17 00:00:00 2001 From: linjilei Date: Sat, 24 Apr 2021 12:33:37 +0800 Subject: [PATCH 1/2] doc: add series.heatmap.strictlyAligned --- en/option/partial/strictly-aligned.md | 10 ++++++++++ en/option/series/heatmap.md | 4 ++++ zh/option/partial/strictly-aligned.md | 9 +++++++++ zh/option/series/heatmap.md | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 en/option/partial/strictly-aligned.md create mode 100644 zh/option/partial/strictly-aligned.md diff --git a/en/option/partial/strictly-aligned.md b/en/option/partial/strictly-aligned.md new file mode 100644 index 000000000..49e06d8b9 --- /dev/null +++ b/en/option/partial/strictly-aligned.md @@ -0,0 +1,10 @@ + +{{ target: partial-strictly-aligned }} + +## strictlyAligned(boolean) = false + +force straight lines to align. It is valid with [coordinateSystem](~series-heatmap.coordinateSystem) of 'cartesian2d' value. + +**Notice**: When big data and this option are enabled, performance issues may occur. + + diff --git a/en/option/series/heatmap.md b/en/option/series/heatmap.md index d0326aa9a..872a8c8b6 100644 --- a/en/option/series/heatmap.md +++ b/en/option/series/heatmap.md @@ -112,6 +112,10 @@ Configurations of select state. Available when [selectedMode](~series-heatmap.se version = '5.0.0' ) }} +## strictlyAligned(boolean) = false + +{{ use: partial-strictly-aligned() }} + ## data(Array) {{ use: partial-2d-data-desc() }} diff --git a/zh/option/partial/strictly-aligned.md b/zh/option/partial/strictly-aligned.md new file mode 100644 index 000000000..47567c875 --- /dev/null +++ b/zh/option/partial/strictly-aligned.md @@ -0,0 +1,9 @@ +{{ target: partial-strictly-aligned }} + +## strictlyAligned(boolean) = false + +强制线条对齐,在笛卡尔坐标系([coordinateSystem](~series-heatmap.coordinateSystem): 'cartesian2d')上有效。 + +**注意**:此配置生效后,在数据量很大时可能会有性能问题。 + + diff --git a/zh/option/series/heatmap.md b/zh/option/series/heatmap.md index a4dc1c764..e5614f4bb 100644 --- a/zh/option/series/heatmap.md +++ b/zh/option/series/heatmap.md @@ -163,6 +163,10 @@ option = { version = '5.0.0' ) }} +## strictlyAligned(boolean) + +{{ use: partial-strictly-aligned }} + ## data(Array) {{ use: partial-2d-data-desc() }} From de4a8ee53f94a05552c86359a27bf4943bf8c5ac Mon Sep 17 00:00:00 2001 From: linjilei Date: Mon, 26 Apr 2021 16:12:20 +0800 Subject: [PATCH 2/2] doc: update series.heatmap.strictlyAligned --- en/option/partial/strictly-aligned.md | 6 ++++-- zh/option/partial/strictly-aligned.md | 7 +++++-- zh/option/series/heatmap.md | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/en/option/partial/strictly-aligned.md b/en/option/partial/strictly-aligned.md index 49e06d8b9..51a784466 100644 --- a/en/option/partial/strictly-aligned.md +++ b/en/option/partial/strictly-aligned.md @@ -3,8 +3,10 @@ ## strictlyAligned(boolean) = false -force straight lines to align. It is valid with [coordinateSystem](~series-heatmap.coordinateSystem) of 'cartesian2d' value. +{{ use: partial-version( + version = '5.2.0' +) }} -**Notice**: When big data and this option are enabled, performance issues may occur. +force straight lines to align. It is valid with [coordinateSystem](~series-heatmap.coordinateSystem) of 'cartesian2d' value. diff --git a/zh/option/partial/strictly-aligned.md b/zh/option/partial/strictly-aligned.md index 47567c875..326a557e0 100644 --- a/zh/option/partial/strictly-aligned.md +++ b/zh/option/partial/strictly-aligned.md @@ -1,9 +1,12 @@ + {{ target: partial-strictly-aligned }} ## strictlyAligned(boolean) = false -强制线条对齐,在笛卡尔坐标系([coordinateSystem](~series-heatmap.coordinateSystem): 'cartesian2d')上有效。 +{{ use: partial-version( + version = '5.2.0' +) }} -**注意**:此配置生效后,在数据量很大时可能会有性能问题。 +强制线条对齐,在笛卡尔坐标系([coordinateSystem](~series-heatmap.coordinateSystem): 'cartesian2d')上有效。 diff --git a/zh/option/series/heatmap.md b/zh/option/series/heatmap.md index e5614f4bb..4eed5c037 100644 --- a/zh/option/series/heatmap.md +++ b/zh/option/series/heatmap.md @@ -163,7 +163,7 @@ option = { version = '5.0.0' ) }} -## strictlyAligned(boolean) +## strictlyAligned(boolean) = false {{ use: partial-strictly-aligned }}