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.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 663c14ca85..edad3852f3 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,17 +1,14 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"series" : [
{
"data" : [
[
"Blog",
- 1491
+ 1492
],
[
"Perl",
- 5139
+ 5140
],
[
"Raku",
@@ -19,45 +16,48 @@
]
],
"dataLabels" : {
+ "align" : "right",
+ "y" : 10,
"format" : "{point.y:.0f}",
- "enabled" : "true",
+ "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
- "align" : "right"
+ "enabled" : "true",
+ "rotation" : -90
},
"name" : "Contributions"
}
],
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
"subtitle" : {
- "text" : "Last updated at 2021-04-25 00:18:21 GMT"
+ "text" : "Last updated at 2021-04-25 00:38:25 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}