aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 546bad9805..1636229dea 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,15 @@
{
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"subtitle" : {
- "text" : "Last updated at 2022-01-12 09:25:40 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "text" : "Last updated at 2022-01-12 09:33:50 GMT"
},
"xAxis" : {
"labels" : {
@@ -29,6 +23,9 @@
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
@@ -38,26 +35,29 @@
],
[
"Perl",
- 7064
+ 7065
],
[
"Raku",
4260
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "color" : "#FFFFFF",
- "y" : 10,
- "rotation" : -90,
- "align" : "right",
"format" : "{point.y:.0f}",
- "enabled" : "true"
- },
- "name" : "Contributions"
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "align" : "right"
+ }
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}