diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-11 00:27:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-11 00:27:23 +0100 |
| commit | 22667e9a84c0e718176d2c2f757a69fa4be725c7 (patch) | |
| tree | 4e91954e1ae943c2e0a420a582063e731f92a1c9 /stats/pwc-language-breakdown-summary.json | |
| parent | 1ce7a9bae54e5fefe2c49e51d36a44cc83d4daa5 (diff) | |
| download | perlweeklychallenge-club-22667e9a84c0e718176d2c2f757a69fa4be725c7.tar.gz perlweeklychallenge-club-22667e9a84c0e718176d2c2f757a69fa4be725c7.tar.bz2 perlweeklychallenge-club-22667e9a84c0e718176d2c2f757a69fa4be725c7.zip | |
- Added blog by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 71a7684c9d..888128409d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,50 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-08-10 23:27:12 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90 + }, + "name" : "Contributions", "data" : [ [ "Blog", - 187 + 188 ], [ "Perl 5", @@ -14,50 +54,10 @@ "Perl 6", 492 ] - ], - "dataLabels" : { - "y" : 10, - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right" - }, - "name" : "Contributions" + ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2019-08-10 23:12:21 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" } } |
