aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 10:41:44 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 10:41:44 +0000
commit82393908f2bf4dd4f5a35f2b6b2c7892611fec9a (patch)
treebb7de74504742d8476dbc31498c0a4850265c967 /stats/pwc-language-breakdown-summary.json
parent7c480291e4a71e4320fc98553de21c9eb47058c8 (diff)
downloadperlweeklychallenge-club-82393908f2bf4dd4f5a35f2b6b2c7892611fec9a.tar.gz
perlweeklychallenge-club-82393908f2bf4dd4f5a35f2b6b2c7892611fec9a.tar.bz2
perlweeklychallenge-club-82393908f2bf4dd4f5a35f2b6b2c7892611fec9a.zip
- Added contributions by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 16f4c48f55..9020d1026b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,30 +1,37 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-16 10:39:34 GMT"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
@@ -32,32 +39,25 @@
],
[
"Perl",
- 7294
+ 7296
],
[
"Raku",
4387
]
- ],
- "dataLabels" : {
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "rotation" : -90,
- "align" : "right"
- },
- "name" : "Contributions"
+ ]
}
],
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2022-02-16 10:22:42 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}