aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-11 12:36:55 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-11 12:36:55 +0000
commit8ae40ad0d24ab89c8acdacd7cc1573fcb2aa4266 (patch)
tree23aeca8c7e4e48a60af5e4a9562099218da8f13d /stats/pwc-language-breakdown-summary.json
parentd1d5926d6e225c37059df41c68b506195f41ec4a (diff)
downloadperlweeklychallenge-club-8ae40ad0d24ab89c8acdacd7cc1573fcb2aa4266.tar.gz
perlweeklychallenge-club-8ae40ad0d24ab89c8acdacd7cc1573fcb2aa4266.tar.bz2
perlweeklychallenge-club-8ae40ad0d24ab89c8acdacd7cc1573fcb2aa4266.zip
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5ad4788e87..f459847ec5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,38 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-01-10 21:08:26 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-11 12:34:49 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF"
+ },
"data" : [
[
"Blog",
- 2174
+ 2175
],
[
"Perl",
@@ -29,33 +42,20 @@
"Raku",
4260
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10
- }
+ ]
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"