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 e7e01ef4fe..0e82a88f23 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,4 @@
{
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -12,36 +9,24 @@
}
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-05-18 14:44:33 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
},
"series" : [
{
"dataLabels" : {
+ "format" : "{point.y:.0f}",
"rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
"y" : 10,
- "enabled" : "true",
"align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
+ "enabled" : "true",
+ "color" : "#FFFFFF"
},
"data" : [
[
@@ -50,7 +35,7 @@
],
[
"Perl",
- 2545
+ 2546
],
[
"Raku",
@@ -59,5 +44,20 @@
],
"name" : "Contributions"
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-05-18 16:08:23 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}