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.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ebe40a5660..3c0364d16d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,41 +1,48 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-27 11:29:30 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
"format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right",
"y" : 10,
"enabled" : "true",
- "align" : "right",
"rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "color" : "#FFFFFF"
+ }
},
"data" : [
[
@@ -44,20 +51,13 @@
],
[
"Perl 5",
- 927
+ 929
],
[
"Perl 6",
- 558
+ 559
]
- ],
- "name" : "Contributions"
+ ]
}
- ],
- "subtitle" : {
- "text" : "Last updated at 2019-08-27 11:22:13 GMT"
- },
- "legend" : {
- "enabled" : "false"
- }
+ ]
}