diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-02 19:24:45 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-02 19:24:45 +0200 |
commit | 0d8bba263dc195147d6fdb09662e7926f0a58b3e (patch) | |
tree | 4c570b4376c323e585120e7695b8715be7aa8881 /web/nms.gathering.org/speedometer/c3-master/htdocs/data | |
parent | e4354b47bd8891c5b1ee591fdf74b3ca67eee461 (diff) |
Bump lots of changes
Diffstat (limited to 'web/nms.gathering.org/speedometer/c3-master/htdocs/data')
9 files changed, 50 insertions, 0 deletions
diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.csv b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.csv new file mode 100644 index 0000000..dea2e16 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.csv @@ -0,0 +1,6 @@ +data1,data2,data3 +120,80,200 +140,50,210 +170,100,250 +150,70,300 +180,120,280
\ No newline at end of file diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.json b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.json new file mode 100644 index 0000000..7486b75 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.json @@ -0,0 +1,5 @@ +{ + "data1": [120, 140, 170, 150, 180], + "data2": [80, 50, 100, 70, 120], + "data3": [200, 210, 250, 300, 280] +} diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.tsv b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.tsv new file mode 100644 index 0000000..1fcab88 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test.tsv @@ -0,0 +1,6 @@ +data1 data2 data3 +520 380 100 +540 350 110 +570 400 150 +550 370 200 +580 420 180
\ No newline at end of file diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test2.csv b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test2.csv new file mode 100644 index 0000000..ae1a48a --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test2.csv @@ -0,0 +1,6 @@ +data1,data2,data3 +20,180,400 +40,150,310 +70,120,470 +50,170,400 +80,200,380
\ No newline at end of file diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test2_ts.csv b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test2_ts.csv new file mode 100644 index 0000000..2b8d00e --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test2_ts.csv @@ -0,0 +1,6 @@ +x,data1,data2,data3 +2013-04-01,20,180,400 +2013-04-02,40,150,310 +2013-04-03,70,120,470 +2013-04-04,50,170,400 +2013-04-05,80,200,380
\ No newline at end of file diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test3.csv b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test3.csv new file mode 100644 index 0000000..2aabb04 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test3.csv @@ -0,0 +1,4 @@ +x,download,loading +www.hogehoge.com,30,19 +www.aaaa.com,30,13 +www.bb.com,20,24 diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_2.json b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_2.json new file mode 100644 index 0000000..ed18b2f --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_2.json @@ -0,0 +1,5 @@ +{ + "data1": [20, 40, 70, 50, 80, 30], + "data2": [180, 150, 200, 170, 220, 400], + "data3": [1200, 1210, 1250, 1300, 1280, 1000] +} diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_3.json b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_3.json new file mode 100644 index 0000000..c08c9c7 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_3.json @@ -0,0 +1,6 @@ +[ + { "id": 1, "name": "abc", "data1": 1200, "data2": 500 }, + { "id": 2, "name": "efg", "data1": 900, "data2": 600 }, + { "id": 3, "name": "pqr", "data1": 1150, "data2": 300 }, + { "id": 4, "name": "xyz", "data1": 1020, "data2": 900 } +] diff --git a/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_ts.csv b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_ts.csv new file mode 100644 index 0000000..5bfbd34 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/htdocs/data/c3_test_ts.csv @@ -0,0 +1,6 @@ +x,data1,data2,data3 +2012-12-31,120,80,200 +2013-01-01,140,50,210 +2013-01-02,170,100,250 +2013-01-03,150,70,300 +2013-01-04,180,120,280
\ No newline at end of file |