diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index dd6e6d3479..2d35cef052 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,19 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-09-27 14:45:43 GMT" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { "type" : "category", "labels" : { @@ -23,41 +23,41 @@ } } }, - "subtitle" : { - "text" : "Last updated at 2022-09-27 08:46:27 GMT" - }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 2890 + 2891 ], [ "Perl", - 8935 + 8937 ], [ "Raku", - 5342 + 5344 ] - ] + ], + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
