diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:23:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:23:41 +0100 |
| commit | b3609ae93c82d41a7b01be0902e752f663bee4ed (patch) | |
| tree | 371398639e9a4a9284e3c1e823f0f608316e71ee /stats/pwc-language-breakdown-summary.json | |
| parent | 21fa265be62649840628b5ed2e643be2d2b10de6 (diff) | |
| download | perlweeklychallenge-club-b3609ae93c82d41a7b01be0902e752f663bee4ed.tar.gz perlweeklychallenge-club-b3609ae93c82d41a7b01be0902e752f663bee4ed.tar.bz2 perlweeklychallenge-club-b3609ae93c82d41a7b01be0902e752f663bee4ed.zip | |
- Added solutions by Markus Holzer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 29d44ab8ed..a0f99c927f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,12 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10 - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -31,26 +18,39 @@ ], [ "Raku", - 3660 + 3662 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right" + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "subtitle" : { - "text" : "Last updated at 2021-07-27 21:16:52 GMT" + "text" : "Last updated at 2021-07-27 21:23:24 GMT" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "xAxis" : { "type" : "category", "labels" : { |
