Testing.chart: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ "license": "CC0-1.0", "version": 1, "type": "line", "width": 350, "height": 200, "xAxis": { "title": "", "angle": -40, "type": "date" }, "yAxis": { "title": { "en": "%support", "fr": "%soutien" } }, "legend": { "en": "Party", "fr": "Parti" }, "interpolate": "basis", "showSymbols": true, "colors": [ "#9999FF", "#EA6D6A",..." |
Mahss changed the content model of the page Testing.chart from "JSON" to "wikitext" |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"license": "CC0-1.0", | |||
"version": 1, | |||
"type": "line", | |||
"width": 350, | |||
"height": 200, | |||
"xAxis": { | |||
"title": "", | |||
"angle": -40, | |||
"type": "date" | |||
}, | |||
"yAxis": { | |||
"title": { | |||
"en": "%support", | |||
"fr": "%soutien" | |||
} | |||
}, | |||
"legend": { | |||
"en": "Party", | |||
"fr": "Parti" | |||
}, | |||
"interpolate": "basis", | |||
"showSymbols": true, | |||
"colors": [ | |||
"#9999FF", | |||
"#EA6D6A", | |||
"#F4A460", | |||
"#87CEFA", | |||
"#3CB371", | |||
"#FF00FF" | |||
], | |||
"source": "1993 Canadian federal election.tab" | |||
} | } |
Latest revision as of 16:33, 14 March 2025
{ "license": "CC0-1.0", "version": 1, "type": "line", "width": 350, "height": 200, "xAxis": { "title": "", "angle": -40, "type": "date" }, "yAxis": { "title": { "en": "%support", "fr": "%soutien" } }, "legend": { "en": "Party", "fr": "Parti" }, "interpolate": "basis", "showSymbols": true, "colors": [ "#9999FF", "#EA6D6A", "#F4A460", "#87CEFA", "#3CB371", "#FF00FF" ], "source": "1993 Canadian federal election.tab" }