diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-18 04:16:40 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-18 04:16:40 +0100 |
| commit | 3171588f73c39fa31cb3972fc084eee01f970b0d (patch) | |
| tree | 1fb7f585c4c4e9d2d68b4c13719fa9ed4bd5c7a7 /stats/pwc-language-breakdown-summary.json | |
| parent | 625cd7e5e395f68a1124667b412fcdb15cbbda22 (diff) | |
| download | perlweeklychallenge-club-3171588f73c39fa31cb3972fc084eee01f970b0d.tar.gz perlweeklychallenge-club-3171588f73c39fa31cb3972fc084eee01f970b0d.tar.bz2 perlweeklychallenge-club-3171588f73c39fa31cb3972fc084eee01f970b0d.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3e9b20e0f2..22c5009d39 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-04-18 03:14:54 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 2447 + 2448 ], [ "Perl", - 7792 + 7794 ], [ "Raku", - 4639 + 4641 ] ], - "name" : "Contributions", "dataLabels" : { + "y" : 10, + "enabled" : "true", "format" : "{point.y:.0f}", "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10, - "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "color" : "#FFFFFF", + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2022-04-17 23:41:07 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
