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.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 72df855813..3812bfad06 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,15 @@
{
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-10 11:18:49 GMT"
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
@@ -26,8 +17,14 @@
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2019-07-09 12:29:36 GMT"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
@@ -38,26 +35,29 @@
],
[
"Perl 5",
- 642
+ 644
],
[
"Perl 6",
367
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "y" : 10,
"align" : "right",
+ "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"rotation" : -90,
- "enabled" : "true"
- },
- "name" : "Contributions"
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ }
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ }
}