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 all commits
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
12 changes: 12 additions & 0 deletions en/option/partial/strictly-aligned.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

{{ target: partial-strictly-aligned }}

## strictlyAligned(boolean) = false

{{ use: partial-version(
version = '5.2.0'
) }}

force straight lines to align. It is valid with [coordinateSystem](~series-heatmap.coordinateSystem) of 'cartesian2d' value.

<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
12 changes: 12 additions & 0 deletions zh/option/partial/strictly-aligned.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

{{ target: partial-strictly-aligned }}

## strictlyAligned(boolean) = false

{{ use: partial-version(
version = '5.2.0'
) }}

强制线条对齐,在笛卡尔坐标系([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?


<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) = false

{{ use: partial-strictly-aligned }}

## data(Array)

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