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 5d31cdbd18..2695e12e6b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,13 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-10-03 12:47:09 GMT"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -17,26 +17,9 @@
}
}
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"series" : [
{
- "dataLabels" : {
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -48,15 +31,32 @@
],
[
"Raku",
- 2213
+ 2215
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "y" : 10,
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}"
+ }
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "subtitle" : {
+ "text" : "Last updated at 2020-10-03 13:56:01 GMT"
+ },
"chart" : {
"type" : "column"
}