@@ -134,40 +134,40 @@ module.exports = {
134
134
{
135
135
title : 'Bar Charts' ,
136
136
children : [
137
- 'bar/vertical' ,
137
+ 'bar/border-radius' ,
138
+ 'bar/floating' ,
138
139
'bar/horizontal' ,
139
140
'bar/stacked' ,
140
141
'bar/stacked-groups' ,
141
- 'bar/floating' ,
142
- 'bar/border-radius' ,
142
+ 'bar/vertical' ,
143
143
]
144
144
} ,
145
145
{
146
146
title : 'Line Charts' ,
147
147
children : [
148
+ 'line/interpolation' ,
148
149
'line/line' ,
149
150
'line/multi-axis' ,
151
+ 'line/point-styling' ,
152
+ 'line/segments' ,
150
153
'line/stepped' ,
151
- 'line/interpolation' ,
152
154
'line/styling' ,
153
- // 'line/point-styling',
154
- 'line/segments' ,
155
155
]
156
156
} ,
157
157
{
158
158
title : 'Other charts' ,
159
159
children : [
160
160
'other-charts/bubble' ,
161
- 'other-charts/scatter' ,
162
- 'other-charts/scatter-multi-axis' ,
161
+ 'other-charts/combo-bar-line' ,
163
162
'other-charts/doughnut' ,
164
- 'other-charts/pie' ,
165
163
'other-charts/multi-series-pie' ,
164
+ 'other-charts/pie' ,
166
165
'other-charts/polar-area' ,
167
166
'other-charts/polar-area-center-labels' ,
168
167
'other-charts/radar' ,
169
168
'other-charts/radar-skip-points' ,
170
- 'other-charts/combo-bar-line' ,
169
+ 'other-charts/scatter' ,
170
+ 'other-charts/scatter-multi-axis' ,
171
171
'other-charts/stacked-bar-line' ,
172
172
]
173
173
} ,
@@ -188,29 +188,29 @@ module.exports = {
188
188
'scales/linear-min-max-suggested' ,
189
189
'scales/linear-step-size' ,
190
190
'scales/log' ,
191
+ 'scales/stacked' ,
191
192
'scales/time-line' ,
192
193
'scales/time-max-span' ,
193
194
'scales/time-combo' ,
194
- 'scales/stacked'
195
195
]
196
196
} ,
197
197
{
198
198
title : 'Scale Options' ,
199
199
children : [
200
+ 'scale-options/center' ,
200
201
'scale-options/grid' ,
201
202
'scale-options/ticks' ,
202
203
'scale-options/titles' ,
203
- 'scale-options/center'
204
204
]
205
205
} ,
206
206
{
207
207
title : 'Legend' ,
208
208
children : [
209
- 'legend/position' ,
210
- 'legend/title' ,
211
- 'legend/point-style' ,
212
209
'legend/events' ,
213
210
'legend/html' ,
211
+ 'legend/point-style' ,
212
+ 'legend/position' ,
213
+ 'legend/title' ,
214
214
]
215
215
} ,
216
216
{
@@ -227,20 +227,20 @@ module.exports = {
227
227
} , {
228
228
title : 'Tooltip' ,
229
229
children : [
230
- 'tooltip/position' ,
231
- 'tooltip/interactions' ,
232
- 'tooltip/point-style' ,
233
230
'tooltip/content' ,
234
231
'tooltip/html' ,
232
+ 'tooltip/interactions' ,
233
+ 'tooltip/point-style' ,
234
+ 'tooltip/position' ,
235
235
]
236
236
} ,
237
237
{
238
238
title : 'Scriptable Options' ,
239
239
children : [
240
240
'scriptable/bar' ,
241
241
'scriptable/bubble' ,
242
- 'scriptable/pie' ,
243
242
'scriptable/line' ,
243
+ 'scriptable/pie' ,
244
244
'scriptable/polar' ,
245
245
'scriptable/radar' ,
246
246
]
@@ -259,20 +259,20 @@ module.exports = {
259
259
title : 'Advanced' ,
260
260
children : [
261
261
'advanced/data-decimation' ,
262
- 'advanced/progress-bar' ,
263
- 'advanced/radial-gradient' ,
264
- 'advanced/linear-gradient' ,
265
- 'advanced/programmatic-events' ,
266
262
'advanced/derived-axis-type' ,
267
263
'advanced/derived-chart-type' ,
264
+ 'advanced/linear-gradient' ,
265
+ 'advanced/programmatic-events' ,
266
+ 'advanced/progress-bar' ,
267
+ 'advanced/radial-gradient' ,
268
268
]
269
269
} ,
270
270
{
271
271
title : 'Plugins' ,
272
272
children : [
273
273
'plugins/chart-area-border' ,
274
- 'plugins/quadrants' ,
275
274
'plugins/doughnut-empty-state' ,
275
+ 'plugins/quadrants' ,
276
276
]
277
277
} ,
278
278
'utils'
@@ -292,11 +292,11 @@ module.exports = {
292
292
{
293
293
title : 'General' ,
294
294
children : [
295
- 'general/data-structures' ,
296
295
'general/accessibility' ,
297
- 'general/options' ,
298
296
'general/colors' ,
297
+ 'general/data-structures' ,
299
298
'general/fonts' ,
299
+ 'general/options' ,
300
300
'general/padding' ,
301
301
'general/performance'
302
302
]
@@ -305,33 +305,33 @@ module.exports = {
305
305
title : 'Configuration' ,
306
306
children : [
307
307
'configuration/' ,
308
- 'configuration/responsive' ,
308
+ 'configuration/animations' ,
309
+ 'configuration/canvas-background' ,
310
+ 'configuration/decimation' ,
309
311
'configuration/device-pixel-ratio' ,
310
- 'configuration/locale ' ,
312
+ 'configuration/elements ' ,
311
313
'configuration/interactions' ,
312
- 'configuration/canvas-background' ,
313
- 'configuration/animations' ,
314
314
'configuration/layout' ,
315
315
'configuration/legend' ,
316
- 'configuration/title' ,
316
+ 'configuration/locale' ,
317
+ 'configuration/responsive' ,
317
318
'configuration/subtitle' ,
319
+ 'configuration/title' ,
318
320
'configuration/tooltip' ,
319
- 'configuration/elements' ,
320
- 'configuration/decimation'
321
321
]
322
322
} ,
323
323
{
324
324
title : 'Chart Types' ,
325
325
children : [
326
- 'charts/line ' ,
326
+ 'charts/area ' ,
327
327
'charts/bar' ,
328
- 'charts/radar ' ,
328
+ 'charts/bubble ' ,
329
329
'charts/doughnut' ,
330
+ 'charts/line' ,
331
+ 'charts/mixed' ,
330
332
'charts/polar' ,
331
- 'charts/bubble ' ,
333
+ 'charts/radar ' ,
332
334
'charts/scatter' ,
333
- 'charts/area' ,
334
- 'charts/mixed'
335
335
]
336
336
} ,
337
337
{
@@ -365,13 +365,13 @@ module.exports = {
365
365
children : [
366
366
'developers/' ,
367
367
'developers/api' ,
368
- [ 'api/' , 'TypeDoc' ] ,
369
- 'developers/updates' ,
370
- 'developers/plugins' ,
371
- 'developers/charts' ,
372
368
'developers/axes' ,
369
+ 'developers/charts' ,
373
370
'developers/contributing' ,
374
- 'developers/publishing'
371
+ 'developers/plugins' ,
372
+ 'developers/publishing' ,
373
+ [ 'api/' , 'TypeDoc' ] ,
374
+ 'developers/updates' ,
375
375
]
376
376
} ,
377
377
] ,
0 commit comments