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.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b7f5bfc4fc..1a44d06a15 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,7 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2021-06-06 13:05:13 GMT"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -8,24 +11,27 @@
},
"type" : "category"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
"dataLabels" : {
- "align" : "right",
- "rotation" : -90,
- "y" : 10,
"color" : "#FFFFFF",
- "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "enabled" : "true",
+ "y" : 10,
+ "rotation" : -90,
+ "align" : "right",
"format" : "{point.y:.0f}"
},
"data" : [
[
"Blog",
- 1617
+ 1618
],
[
"Perl",
@@ -39,23 +45,17 @@
"name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2021-06-06 12:52:10 GMT"
- },
"legend" : {
"enabled" : "false"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"