idea ide updates
[scannr.git] / js / flotr2 / make / flotr2.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
{
    "JAVASCRIPT": {
        "DIST_DIR": "./build",
        "flotr2": [
            "./js/Flotr.js",
            "./js/DefaultOptions.js",
            "./js/Color.js",
            "./js/Date.js",
            "./js/DOM.js",
            "./js/EventAdapter.js",
            "./js/Text.js",
            "./js/Graph.js",
            "./js/Axis.js",
            "./js/Series.js",
            "./js/types/lines.js",
            "./js/types/bars.js",
            "./js/types/bubbles.js",
            "./js/types/candles.js",
            "./js/types/gantt.js",
            "./js/types/markers.js",
            "./js/types/pie.js",
            "./js/types/points.js",
            "./js/types/radar.js",
            "./js/types/timeline.js",
            "./js/plugins/crosshair.js",
            "./js/plugins/download.js",
            "./js/plugins/grid.js",
            "./js/plugins/hit.js",
            "./js/plugins/selection.js",
            "./js/plugins/labels.js",
            "./js/plugins/legend.js",
            "./js/plugins/spreadsheet.js",
            "./js/plugins/titles.js"
        ]
    }
}