aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-19 11:24:05 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-19 11:24:05 +0000
commita7436b087e8e6e03e059fa618d854613b6693853 (patch)
tree0e949372d4e2f4adc4f3900e36f5be5a62605ee5 /stats/pwc-language-breakdown-summary.json
parente6c263efac18c6d3e88b2ec3139e6d53c327466e (diff)
downloadperlweeklychallenge-club-a7436b087e8e6e03e059fa618d854613b6693853.tar.gz
perlweeklychallenge-club-a7436b087e8e6e03e059fa618d854613b6693853.tar.bz2
perlweeklychallenge-club-a7436b087e8e6e03e059fa618d854613b6693853.zip
- Added contributions by Simon Green.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2589582954..b46c0d9f52 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,9 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2022-02-19 10:49:23 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
"min" : 0,
@@ -20,44 +11,53 @@
"text" : null
}
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"series" : [
{
"dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "y" : 10,
+ "rotation" : -90,
"enabled" : "true",
"color" : "#FFFFFF",
- "rotation" : -90,
- "format" : "{point.y:.0f}"
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2284
+ 2285
],
[
"Perl",
- 7316
+ 7318
],
[
"Raku",
4393
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-19 11:20:11 GMT"
},
"legend" : {
"enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
}