Skip to content

Commit

Permalink
add doc for apache/echarts#20492
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Dec 28, 2024
1 parent e61d4ab commit e716eb6
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 6 deletions.
19 changes: 16 additions & 3 deletions en/option/component/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ calendar: [{
defaultColor = "#000"
) }}

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

## monthLabel(Object)

Month label in calendar coordinates.
Expand Down Expand Up @@ -392,6 +397,11 @@ formatter: function (param) {
defaultColor = "#000"
) }}

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

## yearLabel(Object)

Year label in calendar coordinates.
Expand Down Expand Up @@ -460,8 +470,11 @@ formatter: function (param) {
) }}

{{ use: partial-silent(
prefix = "#",
defaultFontWeight = "bolder",
defaultFontSize = "20"
prefix = "##",
version = "5.6.0"
) }}

{{ use: partial-silent(
prefix = "#"
) }}

6 changes: 6 additions & 0 deletions en/option/partial/silent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@

<ExampleUIControlBoolean />

{{ if: ${version} }}
{{ use: partial-version(
version = ${version}
) }}
{{ /if }}

Whether to ignore mouse events. Default value is false, for triggering and responding to mouse events.

19 changes: 16 additions & 3 deletions zh/option/component/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ calendar: [{
defaultColor = "#000"
) }}

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

## monthLabel(Object)

设置日历坐标中 月份轴的样式
Expand Down Expand Up @@ -438,6 +443,11 @@ formatter: function (param) {
defaultColor = "#000"
) }}

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

## yearLabel(Object)

设置日历坐标中 年的样式
Expand Down Expand Up @@ -499,8 +509,11 @@ formatter: function (param) {
) }}

{{ use: partial-silent(
prefix = "#",
defaultFontWeight = "bolder",
defaultFontSize = "20"
prefix = "##",
version = "5.6.0"
) }}

{{ use: partial-silent(
prefix = "#"
) }}

6 changes: 6 additions & 0 deletions zh/option/partial/silent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@

<ExampleUIControlBoolean />

{{ if: ${version} }}
{{ use: partial-version(
version = ${version}
) }}
{{ /if }}

图形是否不响应和触发鼠标事件,默认为 false,即响应和触发鼠标事件。

0 comments on commit e716eb6

Please sign in to comment.