Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add series.heatmap.strictlyAligned #183

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions en/option/partial/strictly-aligned.md
Original file line number Diff line number Diff line change
@@ -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.

<ExampleUIControlEnum options="false,true" />
4 changes: 4 additions & 0 deletions en/option/series/heatmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down
9 changes: 9 additions & 0 deletions zh/option/partial/strictly-aligned.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{ target: partial-strictly-aligned }}

## strictlyAligned(boolean) = false

强制线条对齐,在笛卡尔坐标系([coordinateSystem](~series-heatmap.coordinateSystem): 'cartesian2d')上有效。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you forget to translate here?


**注意**:此配置生效后,在数据量很大时可能会有性能问题。
xiaoyueguang marked this conversation as resolved.
Show resolved Hide resolved

<ExampleUIControlEnum options="false,true" />
4 changes: 4 additions & 0 deletions zh/option/series/heatmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ option = {
version = '5.0.0'
) }}

## strictlyAligned(boolean)

{{ use: partial-strictly-aligned }}

## data(Array)

{{ use: partial-2d-data-desc() }}
Expand Down