mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-27 00:56:19 +01:00
docs: fix echarts shortcodes error
This commit is contained in:
parent
e78ba137b7
commit
d42f15b058
3 changed files with 3 additions and 3 deletions
|
@ -601,7 +601,7 @@ Just insert your ECharts option in `JSON`/`YAML`/`TOML` format in the `echarts`
|
||||||
Example `echarts` Input in `JSON` format:
|
Example `echarts` Input in `JSON` format:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{{/* echarts */}}
|
{{</* echarts */>}}
|
||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"text": "Summary Line Chart",
|
"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:
|
Example `echarts` Input in `JSON` format:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{{/* echarts */}}
|
{{</* echarts */>}}
|
||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"text": "Summary Line Chart",
|
"text": "Summary Line Chart",
|
||||||
|
|
|
@ -603,7 +603,7 @@ ECharts 提供了常规的 [折线图](https://echarts.apache.org/zh/option.html
|
||||||
一个 `JSON` 格式的 `echarts` 示例:
|
一个 `JSON` 格式的 `echarts` 示例:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{{/* echarts */}}
|
{{</* echarts */>}}
|
||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"text": "折线统计图",
|
"text": "折线统计图",
|
||||||
|
|
Loading…
Reference in a new issue