未验证 提交 12c07bd9 编写于 作者: D Dillon 提交者: GitHub

Merge pull request #135 from dillonzq/docs/echarts_shortcodes

docs: fix echarts shortcodes error
......@@ -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",
......
......@@ -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",
......
......@@ -603,7 +603,7 @@ ECharts 提供了常规的 [折线图](https://echarts.apache.org/zh/option.html
一个 `JSON` 格式的 `echarts` 示例:
```json
{{/* echarts */}}
{{</* echarts */>}}
{
"title": {
"text": "折线统计图",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册