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