diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-24 11:20:54 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-24 11:20:54 +0000 |
| commit | 58930a18870dae3dab9305594f3b387cc19e0cde (patch) | |
| tree | 34051697ef4f22d8ce887a2d321530f9afc7965c /stats/pwc-language-breakdown-summary.json | |
| parent | 95d77f4387feacd4ec0f12907dbb1a738e11fe97 (diff) | |
| download | perlweeklychallenge-club-58930a18870dae3dab9305594f3b387cc19e0cde.tar.gz perlweeklychallenge-club-58930a18870dae3dab9305594f3b387cc19e0cde.tar.bz2 perlweeklychallenge-club-58930a18870dae3dab9305594f3b387cc19e0cde.zip | |
- Added solutions by Robert DiCicco.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c85322766d..b27c57b1e1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,42 +1,16 @@ { - "subtitle" : { - "text" : "Last updated at 2022-11-23 10:50:16 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -48,16 +22,42 @@ ], [ "Raku", - 5635 + 5636 ] ], - "name" : "Contributions" + "dataLabels" : { + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10 + } } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-11-24 11:15:33 GMT" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } |
