diff options
| author | drclaw1394 <drclaw@mac.com> | 2019-09-22 17:13:08 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-22 17:13:08 +1000 |
| commit | d4ee79362288c8a007b182522b89bfe27e6a1f75 (patch) | |
| tree | b8c5c3a9ae5e3d3b09c847adfa0b593effbae831 /stats/pwc-language-breakdown-summary.json | |
| parent | 29c821656dbaad5d1c1a874079da967b81a61a46 (diff) | |
| parent | 9828606dfaae9ffd5738be7ce0f6dc02dfd4dca7 (diff) | |
| download | perlweeklychallenge-club-d4ee79362288c8a007b182522b89bfe27e6a1f75.tar.gz perlweeklychallenge-club-d4ee79362288c8a007b182522b89bfe27e6a1f75.tar.bz2 perlweeklychallenge-club-d4ee79362288c8a007b182522b89bfe27e6a1f75.zip | |
Merge pull request #25 from manwar/master
update to w26
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1499944cf0..1b6f909200 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90 + }, "data" : [ [ "Blog", - 265 + 278 ], [ "Perl 5", - 1010 + 1049 ], [ "Perl 6", - 611 + 642 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "align" : "right", - "rotation" : -90 - } + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "subtitle" : { - "text" : "Last updated at 2019-09-11 09:26:53 GMT" + "text" : "Last updated at 2019-09-21 23:08:04 GMT" + }, + "legend" : { + "enabled" : "false" } } |
