-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
app.json
37 lines (37 loc) · 935 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"pages": [
"pages/index/index",
"pages/bar/index",
"pages/measureText/index",
"pages/line/index",
"pages/scatter/index",
"pages/sunburst/index",
"pages/funnel/index",
"pages/radar/index",
"pages/gauge/index",
"pages/pie/index",
"pages/k/index",
"pages/heatmap/index",
"pages/tree/index",
"pages/treemap/index",
"pages/map/index",
"pages/graph/index",
"pages/boxplot/index",
"pages/parallel/index",
"pages/sankey/index",
"pages/themeRiver/index",
"pages/lazyLoad/index",
"pages/multiCharts/index",
"pages/move/index",
"pages/saveCanvas/index",
"pages/loadImage/index"
],
"window": {
"backgroundTextStyle": "light",
"backgroundColor": "#eee",
"navigationBarBackgroundColor": "#eee",
"navigationBarTitleText": "ECharts 图表示例",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}