aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 01:12:52 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 01:12:52 +0000
commit7d11153d2876ce45014ce72f1a879697bf282fdb (patch)
tree1773cad85b46598942418c30f9969461715fda26 /stats/pwc-language-breakdown-summary.json
parent78a227e3f106bc0bd3d3dc9c04f2fc19efd7c1e8 (diff)
downloadperlweeklychallenge-club-7d11153d2876ce45014ce72f1a879697bf282fdb.tar.gz
perlweeklychallenge-club-7d11153d2876ce45014ce72f1a879697bf282fdb.tar.bz2
perlweeklychallenge-club-7d11153d2876ce45014ce72f1a879697bf282fdb.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d02c77a2f5..baadc9299d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
"series" : [
{
"name" : "Contributions",
"data" : [
[
"Blog",
- 2169
+ 2170
],
[
"Perl",
- 7053
+ 7055
],
[
"Raku",
- 4247
+ 4249
]
],
"dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right",
+ "format" : "{point.y:.0f}",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
- "y" : 10
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "rotation" : -90,
+ "enabled" : "true"
}
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"subtitle" : {
- "text" : "Last updated at 2022-01-09 23:20:48 GMT"
+ "text" : "Last updated at 2022-01-10 01:10:28 GMT"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
}
}