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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 96599c3f9b..3af89b1c12 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
"y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
"align" : "right",
- "enabled" : "true",
- "rotation" : -90,
- "format" : "{point.y:.0f}"
+ "rotation" : -90
},
"data" : [
[
"Blog",
- 1776
+ 1777
],
[
"Perl",
- 5915
+ 5916
],
[
"Raku",
3687
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2021-08-04 03:48:50 GMT"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-04 03:52:27 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}