aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-05 17:13:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-05 17:13:29 +0100
commitdefb8153c7733950e4832d370a8fd27bd56e8b26 (patch)
tree6b29ec7c4fcea6b27198f247f9f35a609278ca5d /stats/pwc-language-breakdown-summary.json
parentf85efe03d8c5a9c0bc65586f18b33c0604620be2 (diff)
downloadperlweeklychallenge-club-defb8153c7733950e4832d370a8fd27bd56e8b26.tar.gz
perlweeklychallenge-club-defb8153c7733950e4832d370a8fd27bd56e8b26.tar.bz2
perlweeklychallenge-club-defb8153c7733950e4832d370a8fd27bd56e8b26.zip
- Added solutions by Matthew Neleigh.
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 5044bf0ffd..c171bf14a9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,36 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
"chart" : {
"type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2022-06-05 15:04:23 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "text" : "Last updated at 2022-06-05 16:07:53 GMT"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true"
+ },
"data" : [
[
"Blog",
@@ -35,28 +38,25 @@
],
[
"Perl",
- 8143
+ 8145
],
[
"Raku",
4821
]
],
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "align" : "right",
- "rotation" : -90,
- "enabled" : "true"
- }
+ "name" : "Contributions"
}
],
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
}