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.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 72010f7d14..49c7e06a6a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,26 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "enabled" : "true",
+ "y" : 10
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 196
+ 197
],
[
"Perl 5",
@@ -12,52 +28,36 @@
],
[
"Perl 6",
- 517
+ 519
]
- ],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right"
- },
- "name" : "Contributions"
+ ]
}
],
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
"subtitle" : {
- "text" : "Last updated at 2019-08-18 16:28:34 GMT"
+ "text" : "Last updated at 2019-08-18 21:25:54 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "legend" : {
+ "enabled" : "false"
}
}