diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 95708fd909..260f8ec0a4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,32 +1,38 @@ { - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "subtitle" : { + "text" : "Last updated at 2019-11-03 22:28:09 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "y" : 10, - "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}", "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", - 346 + 347 ], [ "Perl 5", @@ -39,25 +45,19 @@ ] } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2019-11-03 22:03:17 GMT" + "chart" : { + "type" : "column" } } |
