aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-22 02:23:00 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-22 02:23:00 +0000
commitb4d03121426826be23eeae72bf6ff53efd111dc2 (patch)
treec50b301517936f32b509f86db629123680f1cc64 /stats/pwc-language-breakdown-summary.json
parent9b6eb33a2212ec55e534b407a5d275032b1822a7 (diff)
downloadperlweeklychallenge-club-b4d03121426826be23eeae72bf6ff53efd111dc2.tar.gz
perlweeklychallenge-club-b4d03121426826be23eeae72bf6ff53efd111dc2.tar.bz2
perlweeklychallenge-club-b4d03121426826be23eeae72bf6ff53efd111dc2.zip
- Added solution by David Santiago.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 640586f839..056a84ad78 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,18 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90
- },
"data" : [
[
"Blog",
@@ -25,39 +24,40 @@
],
[
"Raku",
- 4172
+ 4173
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "enabled" : "true",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2021-12-22 02:01:44 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-22 02:20:21 GMT"
}
}