diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-21 20:32:37 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-21 20:32:37 +0000 |
| commit | 4ee26847441a3daaee9704c8d0dc5c7a26317de5 (patch) | |
| tree | 51d8259ba136488689b2f79cc6b8b9715715d07e /stats/pwc-language-breakdown-summary.json | |
| parent | 67cae0ac5fd06c1bbb42b64a7682889e339c9676 (diff) | |
| download | perlweeklychallenge-club-4ee26847441a3daaee9704c8d0dc5c7a26317de5.tar.gz perlweeklychallenge-club-4ee26847441a3daaee9704c8d0dc5c7a26317de5.tar.bz2 perlweeklychallenge-club-4ee26847441a3daaee9704c8d0dc5c7a26317de5.zip | |
- Added solution by Olivier Delouya.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f239cce585..d711f28396 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,21 +5,23 @@ "text" : null } }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -27,37 +29,35 @@ ], [ "Perl", - 7342 + 7343 ], [ "Raku", 4413 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + } } ], "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-02-21 20:23:13 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-21 20:30:05 GMT" } } |
