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.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1cac9bd634..67aa566b28 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,43 @@
{
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-13 10:55:38 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
"enabled" : "true",
- "y" : 10,
- "align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "align" : "right"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -36,7 +45,7 @@
],
[
"Perl 5",
- 850
+ 851
],
[
"Perl 6",
@@ -45,19 +54,10 @@
]
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-08-12 14:12:44 GMT"
+ "legend" : {
+ "enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "chart" : {
+ "type" : "column"
}
}