Data:PVP Deaths.chart: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ // !!!!! All comments will be automatically deleted on save !!!!! "version": 1, // Mandatory "license" field. // Recommended license: CC0-1.0. // Please uncomment one of the licenses: "license": "CC0-1.0" // Creative Commons Zero // "license": "CC-BY-1.0", // Creative Commons Attribution 1.0 // "license": "CC-BY-2.0", // Creative Commons Attribution 2.0 // "license": "CC-BY-2.5", // Creative Commons Attribution 2.5 // "license": "CC-BY-3.0", // Creative Comm..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
"version": 1, | "version": 1, | ||
"source": "PVP Deaths.tab", | "source": "PVP Deaths.tab", | ||
"type": " | "type": "line", | ||
"xAxis": { | "xAxis": { | ||
"title": { | "title": { | ||
| Line 11: | Line 11: | ||
"yAxis": { | "yAxis": { | ||
"title": { | "title": { | ||
"en": " | "en": "Deaths" | ||
} | } | ||
} | }, | ||
"series": [ | |||
{ | |||
"field": "blown_up", | |||
"label": { | |||
"en": "Blown Up" | |||
} | |||
}, | |||
{ | |||
"field": "maced", | |||
"label": { | |||
"en": "Maced" | |||
} | |||
}, | |||
{ | |||
"field": "slain", | |||
"label": { | |||
"en": "Slain" | |||
} | |||
}, | |||
{ | |||
"field": "other", | |||
"label": { | |||
"en": "Other" | |||
} | |||
} | |||
], | |||
"colors": [ | |||
"#E74C3C", | |||
"#F1C40F", | |||
"#2ECC71", | |||
"#95A5A6" | |||
] | |||
} | } | ||