diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-27 21:02:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-27 21:02:11 +0100 |
| commit | 4fcc4e6faca6301608b3777f959573cb0edddffb (patch) | |
| tree | 0e9ac92059b0e72dd70738a6ee90123ddad4a862 /stats/pwc-language-breakdown-summary.json | |
| parent | f168a24c6f6e83362aece3e5ff6d483ed749a538 (diff) | |
| download | perlweeklychallenge-club-4fcc4e6faca6301608b3777f959573cb0edddffb.tar.gz perlweeklychallenge-club-4fcc4e6faca6301608b3777f959573cb0edddffb.tar.bz2 perlweeklychallenge-club-4fcc4e6faca6301608b3777f959573cb0edddffb.zip | |
- Added solutions by Laurent Rosenfeld.
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 ca452c6e23..e766c02d23 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,58 +1,58 @@ { - "chart" : { - "type" : "column" - }, "series" : [ { + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 2740 + 2741 ], [ "Perl", - 8517 + 8519 ], [ "Raku", - 5069 + 5071 ] - ], - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90 - }, - "name" : "Contributions" + ] } ], - "subtitle" : { - "text" : "Last updated at 2022-07-27 10:49:08 GMT" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-07-27 20:00:08 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "yAxis" : { "title" : { |
