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.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 89d7c0d569..83fd63416f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,4 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -17,11 +8,17 @@
},
"type" : "category"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2019-07-30 18:04:21 GMT"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
@@ -31,7 +28,6 @@
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -39,7 +35,7 @@
],
[
"Perl 5",
- 767
+ 768
],
[
"Perl 6",
@@ -47,17 +43,21 @@
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
"color" : "#FFFFFF",
- "y" : 10,
- "align" : "right",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "rotation" : -90
- }
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
- ]
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-30 18:06:18 GMT"
+ }
}