-
Notifications
You must be signed in to change notification settings - Fork 10
/
jsdoc.json
69 lines (69 loc) · 2.33 KB
/
jsdoc.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
{
"opts": {
"destination": "./web/doc/",
"tutorials": "tutorials",
"template": "util/doctemplate"
},
"source": {
"include": [
"./src/graph.util.js",
"./src/shapes/graph.shape.js",
"./src/plugins/graph.plugin.js",
"./src/series/graph.serie.line.js",
"./src/graph.position.js",
"./src/util/waveform.js",
"./src/graph.core.js",
"./src/graph.axis.js",
"./src/mixins/graph.mixin.event_graph.js",
"./src/graph.axis.x.js",
"./src/series/graph.serie.js",
"./src/shapes/graph.shape.line.js",
"./src/mixins/graph.mixin.event.js",
"./src/util/fit_lm.js",
"./src/graph.axis.y.js",
"./src/mixins/graph.mixin.serie3d.js",
"./src/mixins/graph.mixin.errorbars.js",
"./src/series/graph.serie.scatter.js",
"./src/series/graph.serie.zone.js",
"./src/shapes/graph.shape.rect.js",
"./src/graph.js",
"./src/renderer/mixin.js",
"./src/renderer/main.js",
"./src/renderer/style.js",
"./src/renderer/axes.js",
"./src/renderer/annotations.js",
"./src/util/data_aggregator.js",
"./src/graph.legend.js",
"./src/graph.axis.x.bar.js",
"./src/graph.axis.x.time.js",
"./src/series/graph.serie.line.3d.js",
"./src/series/graph.serie.bar.js",
"./src/series/graph.serie.box.js",
"./src/series/graph.serie.line.colored.js",
"./src/series/graph.serie.zone.3d.js",
"./src/series/graph.serie.densitymap.js",
"./src/series/graph.serie.contour.js",
"./src/shapes/graph.shape.areaundercurve.js",
"./src/shapes/graph.shape.arrow.js",
"./src/shapes/graph.shape.ellipse.js",
"./src/shapes/graph.shape.label.js",
"./src/shapes/graph.shape.polyline.js",
"./src/shapes/graph.shape.polygon.js",
"./src/shapes/graph.shape.nmrintegral.js",
"./src/shapes/graph.shape.peakintegration2d.js",
"./src/shapes/graph.shape.cross.js",
"./src/shapes/graph.shape.peakboundariescenter.js",
"./src/shapes/graph.shape.html.js",
"./src/plugins/graph.plugin.drag.js",
"./src/plugins/graph.plugin.shape.js",
"./src/plugins/graph.plugin.selectScatter.js",
"./src/plugins/graph.plugin.zoom.js",
"./src/plugins/graph.plugin.timeseriemanager.js",
"./src/graph.lru.js",
"./src/plugins/graph.plugin.serielinedifference.js",
"./src/plugins/graph.plugin.axissplitting.js",
"./src/plugins/graph.plugin.makeTracesDifferent.js",
"./src/plugins/graph.plugin.peakpicking.js"
]
}
}