|
1 | 1 | { |
2 | 2 | "name": "Chart", |
3 | 3 | "directory": "chart", |
4 | | - "category": "Data Visualization", |
5 | | - "type": "update", |
| 4 | + "category": "Data Visualization", |
6 | 5 | "samples": [{ |
7 | 6 | "url": "line", |
8 | 7 | "name": "Line", |
|
71 | 70 | { |
72 | 71 | "url": "step-area", |
73 | 72 | "name": "Step Area", |
74 | | - "category": "Series", |
75 | | - "type":"new" |
| 73 | + "category": "Series" |
76 | 74 | }, |
77 | 75 | { |
78 | 76 | "url": "scatter", |
|
96 | 94 | }, { |
97 | 95 | "url": "default-pie", |
98 | 96 | "name": "Pie", |
99 | | - "category": "Accumulation Series", |
100 | | - "type": "new" |
| 97 | + "category": "Accumulation Series" |
101 | 98 | }, { |
102 | 99 | "url": "default-doughnut", |
103 | 100 | "name": "Pie With Legend", |
104 | | - "category": "Accumulation Series", |
105 | | - "type":"new" |
| 101 | + "category": "Accumulation Series" |
106 | 102 | }, { |
107 | 103 | "url": "semi-pie", |
108 | 104 | "name": "Semi Accumulation Series", |
109 | | - "category": "Accumulation Series", |
110 | | - "type": "new" |
| 105 | + "category": "Accumulation Series" |
111 | 106 | }, { |
112 | 107 | "url": "smart-labels", |
113 | 108 | "name": "Smart Labels", |
114 | | - "category": "Accumulation Series", |
115 | | - "type": "new" |
| 109 | + "category": "Accumulation Series" |
116 | 110 | }, { |
117 | 111 | "url": "drilldown-pie", |
118 | 112 | "name": "Drilldown", |
119 | | - "category": "Accumulation Series", |
120 | | - "type": "new" |
| 113 | + "category": "Accumulation Series" |
121 | 114 | }, { |
122 | 115 | "url": "grouping", |
123 | 116 | "name": "Grouping", |
124 | | - "category": "Accumulation Series", |
125 | | - "type": "new" |
| 117 | + "category": "Accumulation Series" |
126 | 118 | }, { |
127 | 119 | "url": "local-data", |
128 | 120 | "name": "Local Data", |
|
161 | 153 | { |
162 | 154 | "url": "inversed", |
163 | 155 | "name": "Inversed Axis", |
164 | | - "category": "Chart Axes", |
165 | | - "type": "new" |
| 156 | + "category": "Chart Axes" |
166 | 157 | }, |
167 | 158 | { |
168 | 159 | "url": "symbols", |
|
172 | 163 | { |
173 | 164 | "url": "pie-annotation", |
174 | 165 | "name": "Annotation", |
175 | | - "category": "Chart Customization", |
176 | | - "type": "new" |
| 166 | + "category": "Chart Customization" |
177 | 167 | }, |
178 | 168 | { |
179 | 169 | "url": "data-label-template", |
180 | 170 | "name": "DataLabel Template", |
181 | | - "category": "Chart Customization", |
182 | | - "type": "new" |
| 171 | + "category": "Chart Customization" |
183 | 172 | }, |
184 | 173 | { |
185 | 174 | "url": "selection", |
|
0 commit comments