diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 20:46:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 20:46:05 +0100 |
| commit | df02ef242fdabe5f882bb977d658b612adf95621 (patch) | |
| tree | 7359817994334d6590fa5bdbb3fedc0ea9aa9c86 /stats/pwc-language-breakdown-summary.json | |
| parent | 05df90f772a672ccb03acb89ea687a81dc4b3ce0 (diff) | |
| download | perlweeklychallenge-club-df02ef242fdabe5f882bb977d658b612adf95621.tar.gz perlweeklychallenge-club-df02ef242fdabe5f882bb977d658b612adf95621.tar.bz2 perlweeklychallenge-club-df02ef242fdabe5f882bb977d658b612adf95621.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 05c77d57c6..42d010d7f4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,32 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90 + }, "data" : [ [ "Blog", - 2612 + 2618 ], [ "Perl", @@ -37,27 +34,30 @@ ], [ "Raku", - 4869 + 4871 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "enabled" : "true" - } + ] } ], - "subtitle" : { - "text" : "Last updated at 2022-06-13 19:34:40 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2022-06-13 19:43:23 GMT" } } |
