aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-22 06:09:06 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-22 06:09:06 +0000
commita015e1f710bbdbd6e81982093b068a98ef3180c6 (patch)
tree5e75573e851eda34426c9dddeef2451ef109c310 /stats/pwc-language-breakdown-summary.json
parent5d12bdd8d77cfa0dd55b1b47190a4110bb48a9dc (diff)
downloadperlweeklychallenge-club-a015e1f710bbdbd6e81982093b068a98ef3180c6.tar.gz
perlweeklychallenge-club-a015e1f710bbdbd6e81982093b068a98ef3180c6.tar.bz2
perlweeklychallenge-club-a015e1f710bbdbd6e81982093b068a98ef3180c6.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d584907cdd..fe7c740e67 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
"subtitle" : {
- "text" : "Last updated at 2021-02-21 23:54:35 GMT"
+ "text" : "Last updated at 2021-02-22 06:08:36 GMT"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "rotation" : -90,
"format" : "{point.y:.0f}",
- "enabled" : "true",
- "color" : "#FFFFFF"
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true"
},
"data" : [
[
"Blog",
- 1354
+ 1355
],
[
"Perl",
- 4720
+ 4722
],
[
"Raku",
- 3031
+ 3033
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
}
}