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

add doc for polar roundCap apache/incubator-echarts#11393 #70

Merged
merged 2 commits into from
Oct 18, 2019
Merged
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
2 changes: 1 addition & 1 deletion en/option/component/polar.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Polar coordinate can be used in scatter and line chart. Every polar coordinate h

{{use: component-circular-layout(
componentName="Polar coordinate",
disableArray=true
disableArray=false
)}}


Expand Down
6 changes: 6 additions & 0 deletions en/option/series/bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Bar chart shows different data through the height of a bar, which is used in [re
geo=false
) }}

## roundCap(boolean) = false

If to add round caps at the end of the bar sectors. Valid only for bar series on polar coordinates.

~[800x500](${galleryViewPath}polar-roundCap&reset=1&edit=1)

## label(Object)
{{use:partial-label-desc}}
{{use:partial-label(
Expand Down
2 changes: 1 addition & 1 deletion zh/option/component/polar.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

{{use: component-circular-layout(
componentName="极坐标系",
disableArray=true
disableArray=false
)}}


Expand Down
8 changes: 8 additions & 0 deletions zh/option/series/bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
geo=false
) }}

## roundCap(boolean) = false

是否在环形柱条两侧使用圆弧效果。

仅对极坐标系柱状图有效。

~[800x500](${galleryViewPath}polar-roundCap&reset=1&edit=1)

## label(Object)
{{use:partial-label-desc}}
{{use:partial-label(
Expand Down