diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-18 12:38:44 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-18 12:38:44 +0000 |
| commit | 45367fed0168023de950dfd2c067839c6d53e347 (patch) | |
| tree | 80dd545bb6aea862a1f11d0f82ee5d1917e1cb96 /stats/pwc-language-breakdown-summary.json | |
| parent | dc7c26faca7c1c03717603ea06b4836d189fc8d2 (diff) | |
| download | perlweeklychallenge-club-45367fed0168023de950dfd2c067839c6d53e347.tar.gz perlweeklychallenge-club-45367fed0168023de950dfd2c067839c6d53e347.tar.bz2 perlweeklychallenge-club-45367fed0168023de950dfd2c067839c6d53e347.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9a02f1d817..a3893bb984 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,34 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { + "dataLabels" : { + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right", + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "enabled" : "true" + }, "data" : [ [ "Blog", - 413 + 414 ], [ "Perl 5", @@ -18,46 +39,25 @@ 960 ] ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90 - } + "name" : "Contributions" } ], + "subtitle" : { + "text" : "Last updated at 2019-12-18 12:38:04 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2019-12-17 23:46:29 GMT" + } }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" } } |
