Testing.chart: Difference between revisions

From Ultros Wiki
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",
"license": "CC0-1.0",
    "version": 1,
"version": 1,
    "type": "line",
"type": "line",
    "width": 350,
"width": 350,
    "height": 200,
"height": 200,
    "xAxis": {
"xAxis": {
        "title": "",
"title": "",
        "angle": -40,
"angle": -40,
        "type": "date"
"type": "date"
    },
},
    "yAxis": {
"yAxis": {
        "title": {
"title": {
            "en": "%support",
"en": "%support",
            "fr": "%soutien"
"fr": "%soutien"
        }
}
    },
},
    "legend": {
"legend": {
        "en": "Party",
"en": "Party",
        "fr": "Parti"
"fr": "Parti"
    },
},
    "interpolate": "basis",
"interpolate": "basis",
    "showSymbols": true,
"showSymbols": true,
    "colors": [
"colors": [
        "#9999FF",
"#9999FF",
        "#EA6D6A",
"#EA6D6A",
        "#F4A460",
"#F4A460",
        "#87CEFA",
"#87CEFA",
        "#3CB371",
"#3CB371",
        "#FF00FF"
"#FF00FF"
    ],
],
    "source": "1993 Canadian federal election.tab"
"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" }