diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-25 09:19:29 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-25 09:19:29 +0000 |
| commit | 50b018e2e1f73a72d4564dbe5002a304f4b8464e (patch) | |
| tree | 178256c668f13392f96c69ff49fbce5fda5425e1 /stats/pwc-language-breakdown-summary.json | |
| parent | 230e6feee59ccbea70b892b21f757f76f33ab11e (diff) | |
| download | perlweeklychallenge-club-50b018e2e1f73a72d4564dbe5002a304f4b8464e.tar.gz perlweeklychallenge-club-50b018e2e1f73a72d4564dbe5002a304f4b8464e.tar.bz2 perlweeklychallenge-club-50b018e2e1f73a72d4564dbe5002a304f4b8464e.zip | |
- Added blog post by Colin Crain.
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 3eb4d062c6..fa319a0f0d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,11 +1,31 @@ { + "chart" : { + "type" : "column" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-25 09:14:43 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 2295 + 2296 ], [ "Perl", @@ -17,47 +37,27 @@ ] ], "dataLabels" : { - "color" : "#FFFFFF", + "align" : "right", "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "rotation" : -90, + "y" : 10, "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "y" : 10 - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2022-02-25 09:02:05 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "legend" : { "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } } } |
