diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:39:07 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:39:07 +0000 |
| commit | 590f3ed977fc3f3a80cd7c89f05efafc0db84df0 (patch) | |
| tree | e046013ac65f9c6a4e51ae26b4d8aa3235f9d763 /stats/pwc-language-breakdown-summary.json | |
| parent | 45700865287995e41ea4cbdb94f98a7d26624219 (diff) | |
| download | perlweeklychallenge-club-590f3ed977fc3f3a80cd7c89f05efafc0db84df0.tar.gz perlweeklychallenge-club-590f3ed977fc3f3a80cd7c89f05efafc0db84df0.tar.bz2 perlweeklychallenge-club-590f3ed977fc3f3a80cd7c89f05efafc0db84df0.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 609e77508c..df472539af 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "align" : "right", "format" : "{point.y:.0f}", - "rotation" : -90 + "enabled" : "true", + "align" : "right", + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF" }, "data" : [ [ "Blog", - 2151 + 2153 ], [ "Perl", - 7018 + 7020 ], [ "Raku", - 4226 + 4228 ] - ] + ], + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2022-01-04 18:26:17 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-04 18:37:25 GMT" } } |
