diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f2a690c19a..e04fa1ae0a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,18 @@ { "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2023-07-11 08:49:20 GMT" }, "yAxis" : { "title" : { @@ -17,43 +20,40 @@ }, "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2023-07-09 22:49:19 GMT" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "rotation" : -90 - }, - "name" : "Contributions", "data" : [ [ "Blog", - 3717 + 3723 ], [ "Perl", - 11444 + 11466 ], [ "Raku", - 6593 + 6601 ] - ] + ], + "dataLabels" : { + "align" : "right", + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" }, |
