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 76157f8f66..4a3ea78453 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,24 @@
{
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
"format" : "{point.y:.0f}",
"y" : 10,
- "align" : "right",
"color" : "#FFFFFF",
- "enabled" : "true"
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "align" : "right"
},
"data" : [
[
@@ -24,7 +27,7 @@
],
[
"Perl",
- 4587
+ 4588
],
[
"Raku",
@@ -34,30 +37,27 @@
}
],
"subtitle" : {
- "text" : "Last updated at 2021-02-09 22:01:18 GMT"
+ "text" : "Last updated at 2021-02-09 22:16:58 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
},
- "min" : 0
+ "type" : "category"
}
}