Data:Chart Example Data.tab: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ "license": "CC0-1.0", "description": { "en": "Some meaningless example data about Middle-Earth" }, "mediawikiCategories": [ { "name": "Example Category" } ], "schema": { "fields": [ { "name": "a1", "type": "string", "title": { "en": "Date" } }, { "name": "a2",..." |
Mahss changed the content model of the page Data:Chart Example Data.tab from "wikitext" to "JSON" |
||
Line 1: | Line 1: | ||
{ | { | ||
"license": "CC0-1.0", | |||
"description": { | |||
"en": "Some meaningless example data about Middle-Earth" | |||
}, | |||
"mediawikiCategories": [ | |||
{ | |||
"name": "Example Category" | |||
} | |||
], | |||
"schema": { | |||
"fields": [ | |||
{ | |||
"name": "a1", | |||
"type": "string", | |||
"title": { | |||
"en": "Date" | |||
} | |||
}, | |||
{ | |||
"name": "a2", | |||
"type": "number", | |||
"title": { | |||
"en": "Elves" | |||
} | |||
}, | |||
{ | |||
"name": "a3", | |||
"type": "number", | |||
"title": { | |||
"en": "Ents" | |||
} | |||
}, | |||
{ | |||
"name": "a4", | |||
"type": "number", | |||
"title": { | |||
"en": "Orcs" | |||
} | |||
}, | |||
{ | |||
"name": "a5", | |||
"type": "number", | |||
"title": { | |||
"en": "Hobbits" | |||
} | |||
}, | |||
{ | |||
"name": "a6", | |||
"type": "number", | |||
"title": { | |||
"en": "Trolls" | |||
} | |||
} | |||
] | |||
}, | |||
"data": [ | |||
[ | |||
"1993/09/09", | |||
35, | |||
37, | |||
8, | |||
8, | |||
10 | |||
], | |||
[ | |||
"1993/09/14", | |||
36, | |||
33, | |||
8, | |||
10, | |||
11 | |||
], | |||
[ | |||
"1993/09/20", | |||
35, | |||
35, | |||
6, | |||
11, | |||
11 | |||
], | |||
[ | |||
"1993/09/25", | |||
30, | |||
37, | |||
8, | |||
10, | |||
13 | |||
], | |||
[ | |||
"1993/09/26", | |||
31, | |||
36, | |||
7, | |||
11, | |||
13 | |||
], | |||
[ | |||
"1993/09/26", | |||
28, | |||
34, | |||
7, | |||
12, | |||
15 | |||
], | |||
[ | |||
"1993/09/30", | |||
25, | |||
39, | |||
6, | |||
12, | |||
17 | |||
], | |||
[ | |||
"1993/10/02", | |||
26, | |||
38, | |||
8, | |||
12, | |||
14 | |||
], | |||
[ | |||
"1993/10/08", | |||
22, | |||
37, | |||
8, | |||
12, | |||
18 | |||
], | |||
[ | |||
"1993/10/16", | |||
22, | |||
40, | |||
7, | |||
13, | |||
16 | |||
], | |||
[ | |||
"1993/10/19", | |||
21, | |||
39, | |||
6, | |||
14, | |||
17 | |||
], | |||
[ | |||
"1993/10/22", | |||
18, | |||
43, | |||
7, | |||
14, | |||
18 | |||
], | |||
[ | |||
"1993/10/22", | |||
16, | |||
44, | |||
7, | |||
12, | |||
19 | |||
], | |||
[ | |||
"1993/10/25", | |||
16, | |||
41, | |||
6, | |||
13, | |||
18 | |||
] | |||
] | |||
} | } |
Latest revision as of 14:53, 14 March 2025
license | "CC0-1.0" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
description |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mediawikiCategories |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
schema |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
data |
|