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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ea163ae530..9558a607a4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,9 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"yAxis" : {
"min" : 0,
@@ -17,22 +11,27 @@
"text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2019-12-10 15:15:54 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 400
+ 401
],
[
"Perl 5",
@@ -44,20 +43,21 @@
]
],
"dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}",
"rotation" : -90,
+ "format" : "{point.y:.0f}",
"y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "color" : "#FFFFFF"
- }
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2019-12-10 16:35:13 GMT"
}
}