diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-13 16:46:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-13 16:46:41 +0100 |
| commit | e4e6aaf681f0365c6bd3ab3913fa4db41650aed3 (patch) | |
| tree | 734b0d6bf4c8281b85d4a617b9533b75e97b438b /stats/pwc-language-breakdown-summary.json | |
| parent | ab33450ff6a9a691c4b2c8353b553126a0c61534 (diff) | |
| download | perlweeklychallenge-club-e4e6aaf681f0365c6bd3ab3913fa4db41650aed3.tar.gz perlweeklychallenge-club-e4e6aaf681f0365c6bd3ab3913fa4db41650aed3.tar.bz2 perlweeklychallenge-club-e4e6aaf681f0365c6bd3ab3913fa4db41650aed3.zip | |
- Added solutions by Dario Mazzeo.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e158f424d0..ab47a2f899 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,46 +1,37 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-07-13 15:18:50 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + } }, "chart" : { "type" : "column" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -48,16 +39,25 @@ ], [ "Perl", - 8420 + 8422 ], [ "Raku", 5008 ] - ] + ], + "dataLabels" : { + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90 + } } - ], - "subtitle" : { - "text" : "Last updated at 2022-07-13 00:21:30 GMT" - } + ] } |
