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 "wikitext" to "JSON" |
||
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" | |||
} | } |
Revision as of 15:14, 14 March 2025
license | "CC0-1.0" | ||||||
---|---|---|---|---|---|---|---|
version | 1 | ||||||
type | "line" | ||||||
width | 350 | ||||||
height | 200 | ||||||
xAxis |
| ||||||
yAxis |
| ||||||
legend |
| ||||||
interpolate | "basis" | ||||||
showSymbols | true | ||||||
colors |
| ||||||
source | "1993 Canadian federal election.tab" |