Testing.chart

From Ultros Wiki
Revision as of 15:12, 14 March 2025 by Mahss (talk | contribs) (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",...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{

   "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"

}