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 206cc84fca..4cb99fed21 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,29 +2,25 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-20 23:11:30 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 630
+ 631
],
[
"Perl",
- 2393
+ 2395
],
[
"Raku",
@@ -32,21 +28,22 @@
]
],
"dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
"align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- }
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
"labels" : {
@@ -57,7 +54,10 @@
},
"type" : "category"
},
- "subtitle" : {
- "text" : "Last updated at 2020-04-20 21:29:19 GMT"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}