diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 29d44ab8ed..a0f99c927f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,12 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10 - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -31,26 +18,39 @@ ], [ "Raku", - 3660 + 3662 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right" + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "subtitle" : { - "text" : "Last updated at 2021-07-27 21:16:52 GMT" + "text" : "Last updated at 2021-07-27 21:23:24 GMT" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "xAxis" : { "type" : "category", "labels" : { |
