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.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a1b5e9b9d9..7e3cab53e3 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,28 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-09 08:18:50 GMT"
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
"rotation" : -90,
"color" : "#FFFFFF",
- "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "align" : "right",
+ "y" : 10,
"format" : "{point.y:.0f}",
"enabled" : "true"
},
@@ -20,14 +33,13 @@
],
[
"Perl 5",
- 1151
+ 1152
],
[
"Perl 6",
694
]
- ],
- "name" : "Contributions"
+ ]
}
],
"xAxis" : {
@@ -45,18 +57,6 @@
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-10-09 07:30:26 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
}