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 aa88153763..3b583e99d7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,40 +1,40 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "min" : 0
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-07 22:14:49 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
"rotation" : -90,
- "y" : 10,
- "align" : "right",
- "enabled" : "true",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -42,7 +42,7 @@
],
[
"Perl 5",
- 816
+ 818
],
[
"Perl 6",
@@ -51,13 +51,13 @@
]
}
],
- "subtitle" : {
- "text" : "Last updated at 2019-08-07 22:11:19 GMT"
- },
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}