Merge pull request #135 from dillonzq/docs/echarts_shortcodes

docs: fix echarts shortcodes error
This commit is contained in:
Dillon 2020-03-10 14:59:52 +08:00 committed by GitHub
commit 12c07bd93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -603,7 +603,7 @@ ECharts 提供了常规的 [折线图](https://echarts.apache.org/zh/option.html
一个 `JSON` 格式的 `echarts` 示例:
```json
{{/* echarts */}}
{{</* echarts */>}}
{
"title": {
"text": "折线统计图",