aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-07 03:52:43 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-07 03:52:43 +0000
commit9e5f88a4d42b39e1888f33f668dabb3a93ba9746 (patch)
treeca11528581e8e798ce97680617708a063bd21131 /stats/pwc-language-breakdown-summary.json
parent3fd80c63123e9eaebdf4f678fef077e36dbd6a4d (diff)
downloadperlweeklychallenge-club-9e5f88a4d42b39e1888f33f668dabb3a93ba9746.tar.gz
perlweeklychallenge-club-9e5f88a4d42b39e1888f33f668dabb3a93ba9746.tar.bz2
perlweeklychallenge-club-9e5f88a4d42b39e1888f33f668dabb3a93ba9746.zip
- Added solutions by Adam Russell.
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 dd8210defb..0de6ad8df8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,12 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-12-07 03:45:02 GMT"
+ },
+ "type" : "category"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
@@ -29,17 +17,22 @@
"legend" : {
"enabled" : "false"
},
+ "subtitle" : {
+ "text" : "Last updated at 2020-12-07 03:50:11 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1157
+ 1159
],
[
"Perl",
- 4011
+ 4013
],
[
"Raku",
@@ -47,17 +40,24 @@
]
],
"dataLabels" : {
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true",
- "y" : 10,
"rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "format" : "{point.y:.0f}"
- }
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "enabled" : "true",
+ "y" : 10
+ },
+ "name" : "Contributions"
}
- ]
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ }
}