N°5621 Move C3 0.4.11 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-16 16:42:42 +01:00
parent ff079f7d01
commit f3fbce7459
609 changed files with 84517 additions and 6 deletions

6
node_modules/c3/htdocs/data/c3_test.csv generated vendored Normal file
View File

@@ -0,0 +1,6 @@
data1,data2,data3
120,80,200
140,50,210
170,100,250
150,70,300
180,120,280
1 data1 data2 data3
2 120 80 200
3 140 50 210
4 170 100 250
5 150 70 300
6 180 120 280

5
node_modules/c3/htdocs/data/c3_test.json generated vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"data1": [120, 140, 170, 150, 180],
"data2": [80, 50, 100, 70, 120],
"data3": [200, 210, 250, 300, 280]
}

6
node_modules/c3/htdocs/data/c3_test.tsv generated vendored Normal file
View File

@@ -0,0 +1,6 @@
data1 data2 data3
520 380 100
540 350 110
570 400 150
550 370 200
580 420 180
1 data1 data2 data3
2 520 380 100
3 540 350 110
4 570 400 150
5 550 370 200
6 580 420 180

6
node_modules/c3/htdocs/data/c3_test2.csv generated vendored Normal file
View File

@@ -0,0 +1,6 @@
data1,data2,data3
20,180,400
40,150,310
70,120,470
50,170,400
80,200,380
1 data1 data2 data3
2 20 180 400
3 40 150 310
4 70 120 470
5 50 170 400
6 80 200 380

6
node_modules/c3/htdocs/data/c3_test2_ts.csv generated vendored Normal file
View File

@@ -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
1 x data1 data2 data3
2 2013-04-01 20 180 400
3 2013-04-02 40 150 310
4 2013-04-03 70 120 470
5 2013-04-04 50 170 400
6 2013-04-05 80 200 380

4
node_modules/c3/htdocs/data/c3_test3.csv generated vendored Normal file
View File

@@ -0,0 +1,4 @@
x,download,loading
www.hogehoge.com,30,19
www.aaaa.com,30,13
www.bb.com,20,24
1 x download loading
2 www.hogehoge.com 30 19
3 www.aaaa.com 30 13
4 www.bb.com 20 24

5
node_modules/c3/htdocs/data/c3_test_2.json generated vendored Normal file
View File

@@ -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]
}

6
node_modules/c3/htdocs/data/c3_test_3.json generated vendored Normal file
View File

@@ -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 }
]

4
node_modules/c3/htdocs/data/c3_test_ms.csv generated vendored Normal file
View File

@@ -0,0 +1,4 @@
date, eth0-rx, eth0-tx, eth1-rx, eth1-tx
1417622461000, 37, 2, 68, 33
1417622522000, 39, 2, 57, 23
1417622581000, 41, 3, 61, 23
1 date eth0-rx eth0-tx eth1-rx eth1-tx
2 1417622461000 37 2 68 33
3 1417622522000 39 2 57 23
4 1417622581000 41 3 61 23

6
node_modules/c3/htdocs/data/c3_test_ts.csv generated vendored Normal file
View File

@@ -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
1 x data1 data2 data3
2 2012-12-31 120 80 200
3 2013-01-01 140 50 210
4 2013-01-02 170 100 250
5 2013-01-03 150 70 300
6 2013-01-04 180 120 280

7
node_modules/c3/htdocs/data/test_1.json generated vendored Normal file
View File

@@ -0,0 +1,7 @@
[
{"fecha_hora":1399662101000,"lgcom":null,"fravegacom":"2.0000","mercadolibrecomar":"3.0000"},
{"fecha_hora":1399662117000,"lgcom":null,"fravegacom":null,"mercadolibrecomar":"1.0000"},
{"fecha_hora":1399662143000,"lgcom":null,"fravegacom":"2.0000","mercadolibrecomar":"1.0000"},
{"fecha_hora":1399662185000,"lgcom":null,"fravegacom":null,"mercadolibrecomar":"1.0000"},
{"fecha_hora":1399662191000,"lgcom":"1.0000","fravegacom":"2.0000","mercadolibrecomar":null}
]

1
node_modules/c3/htdocs/data/timeseries.json generated vendored Normal file
View File

@@ -0,0 +1 @@
{"x": ["2014-01-01T00:02:00", "2014-01-01T00:32:00", "2014-01-01T01:02:00", "2014-01-01T01:32:00", "2014-01-01T02:02:00", "2014-01-01T02:32:00", "2014-01-01T03:02:00", "2014-01-01T03:32:00", "2014-01-01T04:02:00", "2014-01-01T04:32:00", "2014-01-01T05:02:00", "2014-01-01T05:32:00", "2014-01-01T06:02:00", "2014-01-01T06:32:00", "2014-01-01T07:02:00", "2014-01-01T07:32:00", "2014-01-01T08:02:00", "2014-01-01T08:32:00", "2014-01-01T09:02:00", "2014-01-01T09:32:00", "2014-01-01T10:02:00", "2014-01-01T10:32:00", "2014-01-01T11:02:00", "2014-01-01T11:32:00", "2014-01-01T12:02:00", "2014-01-01T12:32:00", "2014-01-01T13:02:00", "2014-01-01T13:32:00", "2014-01-01T14:02:00", "2014-01-01T14:32:00", "2014-01-01T15:02:00", "2014-01-01T15:32:00", "2014-01-01T16:02:00", "2014-01-01T16:32:00", "2014-01-01T17:02:00", "2014-01-01T17:32:00", "2014-01-01T18:02:00", "2014-01-01T18:32:00", "2014-01-01T19:02:00", "2014-01-01T19:32:00", "2014-01-01T20:02:00", "2014-01-01T20:32:00", "2014-01-01T21:02:00", "2014-01-01T21:32:00", "2014-01-01T22:02:00", "2014-01-01T22:32:00", "2014-01-01T23:02:00", "2014-01-01T23:32:00"], "data1": [623.6874389648438, 624.6547241210938, 627.5946044921875, 631.990234375, 630.03662109375, 626.6177978515625, 626.6177978515625, 631.013427734375, 623.6874389648438, 625.6409912109375, 628.5714111328125, 626.6177978515625, 632.9241333007812, 628.5714111328125, 627.567138671875, 631.013427734375, 626.6177978515625, 621.7338256835938, 627.5770263671875, 625.6409912109375, 623.6874389648438, 624.6641845703125, 626.6177978515625, 625.6409912109375, 624.6731567382812, 622.7106323242188, 623.6874389648438, 622.7106323242188, 622.7106323242188, 624.6641845703125, 621.7338256835938, 623.6874389648438, 616.8497924804688, 624.4593505859375, 615.8729858398438, 620.7570190429688, 616.8497924804688, 615.8729858398438, 621.7338256835938, 625.6409912109375, 626.6177978515625, 621.666748046875, 628.5714111328125, 631.013427734375, 632.967041015625, 632.8381958007812, 630.03662109375, 627.5946044921875]}