forked from nhn/tui.chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.json
143 lines (143 loc) Β· 4.35 KB
/
examples.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"example01-01-bar-chart-basic": {
"title": "1.1 [Bar Chart] basic"
},
"example01-02-bar-chart-negative-data": {
"title": "1.2 [Bar Chart] negative data"
},
"example01-03-bar-chart-normal-stack": {
"title": "1.3 [Bar Chart] normal stack"
},
"example01-04-bar-chart-diverging": {
"title": "1.4 [Bar Chart] diverging"
},
"example01-05-bar-chart-diverging-and-center-yaxis": {
"title": "1.5 [Bar Chart] diverging and center yAxis"
},
"example01-06-bar-chart-range-data": {
"title": "1.6 [Bar Chart] range data"
},
"example02-01-column-chart-basic": {
"title": "2.1 [Column Chart] basic"
},
"example02-02-column-chart-negative-data": {
"title": "2.2 [Column Chart] negative data"
},
"example02-03-column-chart-percent-stack": {
"title": "2.3 [Column Chart] percent stack"
},
"example02-04-column-chart-group-stack": {
"title": "2.4 [Column Chart] group stack"
},
"example02-05-column-chart-diverging-and-stacked": {
"title": "2.5 [Column Chart] diverging and stacked"
},
"example03-01-line-chart-basic": {
"title": "3.1 [Line Chart] basic"
},
"example03-02-line-chart-spline": {
"title": "3.2 [Line Chart] spline"
},
"example03-03-line-chart-coordinate-data": {
"title": "3.3 [Line Chart] coordinate data"
},
"example03-04-line-chart-without-series-data": {
"title": "3.4 [Line Chart] without series data"
},
"example03-05-line-chart-synchronized-tooltip": {
"title": "3.5 [Line Chart] synchronized tooltip"
},
"example04-01-area-chart-basic": {
"title": "4.1 [Area Chart] basic"
},
"example04-02-area-chart-normal-stack": {
"title": "4.2 [Area Chart] normal stack"
},
"example04-03-area-chart-range-data": {
"title": "4.3 [Area Chart] range data"
},
"example04-04-area-chart-auto-tick-zoomable": {
"title": "4.4 [Area Chart] auto tick and zoomable"
},
"example04-05-area-chart-merge-overlapping-plotbands": {
"title": "4.5 [Area Chart] merge overlapping plotbands"
},
"example05-01-bubble-chart-basic": {
"title": "5.1 [Bubble Chart] basic"
},
"example06-01-scatter-chart-basic": {
"title": "6.1 [Scatter Chart] basic"
},
"example07-01-pie-chart-basic": {
"title": "7.1 [Pie Chart] basic"
},
"example07-02-pie-chart-center-legend": {
"title": "7.2 [Pie Chart] center legend"
},
"example07-03-pie-chart-outer-legend": {
"title": "7.3 [Pie Chart] outer legend"
},
"example07-04-pie-chart-donut": {
"title": "7.4 [Pie Chart] donut"
},
"example07-05-pie-chart-semi-circle-donut": {
"title": "7.5 [Pie Chart] semi circle donut"
},
"example08-01-combo-chart-column-and-line": {
"title": "8.1 [Combo Chart] column and line"
},
"example08-02-combo-chart-pie-and-donut": {
"title": "8.2 [Combo Chart] pie and donut"
},
"example08-03-combo-chart-line-and-area": {
"title": "8.3 [Combo Chart] line and area"
},
"example08-04-combo-chart-line-and-scatter": {
"title": "8.4 [Combo Chart] line and scatter"
},
"example09-01-map-chart-world-map": {
"title": "9.1 [Map chart] world map"
},
"example09-02-map-chart-south-korea-map": {
"title": "9.2 [Map chart] south korea map"
},
"example09-03-map-chart-usa-map": {
"title": "9.3 [Map chart] USA map"
},
"example09-04-map-chart-china-map": {
"title": "9.4 [Map chart] china map"
},
"example09-05-map-chart-japan-map": {
"title": "9.5 [Map chart] japan map"
},
"example09-06-map-chart-singapore-map": {
"title": "9.6 [Map chart] singapore map"
},
"example09-07-map-chart-thailand-map": {
"title": "9.7 [Map chart] thailand map"
},
"example09-08-map-chart-taiwan-map": {
"title": "9.8 [Map chart] taiwan map"
},
"example10-01-heatmap-chart-basic": {
"title": "10.1 [Heatmap chart] basic"
},
"example11-01-treemap-chart-basic": {
"title": "11.1 [Treemap chart] basic"
},
"example11-02-treemap-chart-useColorValue-option": {
"title": "11.2 [Treemap chart] useColorValue option"
},
"example12-01-dynamic-chart-append-and-shift-data-dynamically": {
"title": "12.1 [Dynamic chart] append and shift data dynamically"
},
"example13-01-radial-chart-basic": {
"title": "13.1 [Radial chart] basic"
},
"example14-01-boxplot-chart-basic": {
"title": "14.1 [Boxplot chart] basic"
},
"example15-01-bullet-chart-basic": {
"title": "15.1 [Bullet chart] basic"
}
}