aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-03 02:23:05 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-03 02:23:05 +0000
commit6076f2ea2366c92cf87dc2b540d8bb2358c38ec1 (patch)
tree07b3107a368fd76d5314882e3a992967c19f6cc7 /stats/pwc-language-breakdown-summary.json
parentdaa13e122bc6e388991be390ff4659afb379df5d (diff)
downloadperlweeklychallenge-club-6076f2ea2366c92cf87dc2b540d8bb2358c38ec1.tar.gz
perlweeklychallenge-club-6076f2ea2366c92cf87dc2b540d8bb2358c38ec1.tar.bz2
perlweeklychallenge-club-6076f2ea2366c92cf87dc2b540d8bb2358c38ec1.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6ad28c73b9..ddc3d34ff2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,16 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-03 02:20:19 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -20,7 +18,7 @@
],
[
"Perl",
- 7001
+ 7003
],
[
"Raku",
@@ -28,36 +26,38 @@
]
],
"dataLabels" : {
- "rotation" : -90,
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
"format" : "{point.y:.0f}",
"enabled" : "true",
- "align" : "right",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-03 02:06:52 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}