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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cf19545a41..7dc53439dd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,18 +2,30 @@
"legend" : {
"enabled" : "false"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
"name" : "Contributions",
@@ -24,7 +36,7 @@
],
[
"Perl 5",
- 1258
+ 1259
],
[
"Perl 6",
@@ -32,32 +44,20 @@
]
],
"dataLabels" : {
+ "enabled" : "true",
"rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right",
"y" : 10,
"format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
}
],
"subtitle" : {
- "text" : "Last updated at 2019-10-21 12:26:10 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "text" : "Last updated at 2019-10-21 12:28:26 GMT"
}
}