rename:echarts->chart

master
bobi 2019-08-25 12:19:07 +08:00
parent 35030f000f
commit c7fbbdfb42
9 changed files with 7 additions and 7 deletions

View File

@ -63,13 +63,13 @@
"children": [ "children": [
{ {
"title": "中国地图", "title": "中国地图",
"href": "pages/echarts/map-china.html", "href": "pages/chart/map-china.html",
"icon": "", "icon": "",
"spread": false "spread": false
}, },
{ {
"title": "地区地图", "title": "地区地图",
"href": "pages/echarts/map-area.html", "href": "pages/chart/map-area.html",
"icon": "", "icon": "",
"spread": false "spread": false
} }
@ -83,31 +83,31 @@
"children": [ "children": [
{ {
"title": "统计图", "title": "统计图",
"href": "pages/echarts/map1.html", "href": "pages/chart/map1.html",
"icon": "", "icon": "",
"spread": false "spread": false
}, },
{ {
"title": "折线图", "title": "折线图",
"href": "pages/echarts/map2.html", "href": "pages/chart/map2.html",
"icon": "", "icon": "",
"spread": false "spread": false
}, },
{ {
"title": "馅饼图", "title": "馅饼图",
"href": "pages/echarts/map4.html", "href": "pages/chart/map4.html",
"icon": "", "icon": "",
"spread": false "spread": false
}, },
{ {
"title": "圆形图", "title": "圆形图",
"href": "pages/echarts/map5.html", "href": "pages/chart/map5.html",
"icon": "", "icon": "",
"spread": false "spread": false
}, },
{ {
"title": "指数图", "title": "指数图",
"href": "pages/echarts/map6.html", "href": "pages/chart/map6.html",
"icon": "", "icon": "",
"spread": false "spread": false
} }