diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-22 09:04:25 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-22 09:04:25 +0000 |
| commit | b46f3826d4f7c8d66914f934e903fc906fac4dec (patch) | |
| tree | 0e88000da78ea0998d2af4ef6a90c6663e6b2ad3 /stats/pwc-language-breakdown-summary.json | |
| parent | f39e0f071fa13dbc06216f5d0c5cc762124b9717 (diff) | |
| download | perlweeklychallenge-club-b46f3826d4f7c8d66914f934e903fc906fac4dec.tar.gz perlweeklychallenge-club-b46f3826d4f7c8d66914f934e903fc906fac4dec.tar.bz2 perlweeklychallenge-club-b46f3826d4f7c8d66914f934e903fc906fac4dec.zip | |
- Added solutions by Dave Jacoby.
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 d711f28396..cea5df493b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "subtitle" : { + "text" : "Last updated at 2022-02-22 09:02:55 GMT" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", - 2290 + 2291 ], [ "Perl", - 7343 + 7345 ], [ "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" - } + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-02-21 20:30:05 GMT" } } |
