Skip to content
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
2 changes: 1 addition & 1 deletion en/api/echarts.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Returns chart instance of dom container.

Use components. Used with the new tree-shaking API.

NOTE: `echarts.use` must be used before `eharts.init`
NOTE: `echarts.use` must be used before `echarts.init`

```ts
// Import the echarts core module, which provides the necessary interfaces for using echarts.
Expand Down
4 changes: 2 additions & 2 deletions en/option/component/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,13 +535,13 @@ Rotation angle of `label`, in which positive values refer to counter clockwise r
{{ if: ${state} }}
{{ use: partial-text-style(
prefix = ${prefix},
name = "timeline.lable." + ${state},
name = "timeline.label." + ${state},
defaultColor = ${textStyleDefaultColor}
) }}
{{ else }}
{{ use: partial-text-style(
prefix = ${prefix},
name = "timeline.lable",
name = "timeline.label",
defaultColor = ${textStyleDefaultColor}
) }}
{{ /if }}
Expand Down
4 changes: 2 additions & 2 deletions zh/option/component/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,13 +895,13 @@ const option = {
{{ if: ${state} }}
{{ use: partial-text-style(
prefix = ${prefix},
name = "timeline.lable." + ${state},
name = "timeline.label." + ${state},
defaultColor = ${textStyleDefaultColor}
) }}
{{ else }}
{{ use: partial-text-style(
prefix = ${prefix},
name = "timeline.lable",
name = "timeline.label",
defaultColor = ${textStyleDefaultColor}
) }}
{{ /if }}
Expand Down