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 0ed26dab93..252f513082 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,10 @@
{
"subtitle" : {
- "text" : "Last updated at 2019-07-22 13:57:23 GMT"
- },
- "chart" : {
- "type" : "column"
+ "text" : "Last updated at 2019-07-23 14:14:51 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -14,33 +12,44 @@
],
[
"Perl 5",
- 719
+ 721
],
[
"Perl 6",
413
]
],
- "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
+ "enabled" : "true",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "enabled" : "true",
- "format" : "{point.y:.0f}"
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90
}
}
],
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
- "min" : 0
+ "type" : "category"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
@@ -48,15 +57,6 @@
"legend" : {
"enabled" : "false"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
}