Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
docs: fix echarts shortcodes error
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Mar 10, 2020
1 parent e78ba13 commit d42f15b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ Just insert your ECharts option in `JSON`/`YAML`/`TOML` format in the `echarts`
Example `echarts` Input in `JSON` format:

```json
{{/* echarts */}}
{{</* echarts */>}}
{
"title": {
"text": "Summary Line Chart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ Just insert your ECharts option in `JSON`/`YAML`/`TOML` format in the `echarts`
Example `echarts` Input in `JSON` format:

```json
{{/* echarts */}}
{{</* echarts */>}}
{
"title": {
"text": "Summary Line Chart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ ECharts 提供了常规的 [折线图](https://echarts.apache.org/zh/option.html
一个 `JSON` 格式的 `echarts` 示例:

```json
{{/* echarts */}}
{{</* echarts */>}}
{
"title": {
"text": "折线统计图",
Expand Down

0 comments on commit d42f15b

Please sign in to comment.