aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-22 15:27:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-22 15:27:07 +0100
commit1429962a50042fa496f4445d00a0d5633119323b (patch)
tree9c385426763806bea35a20ee69c8e5bdcbac3781 /stats/pwc-language-breakdown-summary.json
parent5e68ce7fa6b7f02a5054cb79ed40fc9bdc1488ef (diff)
downloadperlweeklychallenge-club-1429962a50042fa496f4445d00a0d5633119323b.tar.gz
perlweeklychallenge-club-1429962a50042fa496f4445d00a0d5633119323b.tar.bz2
perlweeklychallenge-club-1429962a50042fa496f4445d00a0d5633119323b.zip
- Added solution by Nicolas Mendoza.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 90d8310d1b..d75d4bd56b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,19 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "y" : 10,
+ "rotation" : -90
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -20,33 +21,17 @@
],
[
"Perl",
- 8472
+ 8473
],
[
"Raku",
5044
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "y" : 10,
- "rotation" : -90,
- "align" : "right",
- "enabled" : "true",
- "color" : "#FFFFFF"
- }
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
"type" : "category",
@@ -57,7 +42,22 @@
}
}
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"subtitle" : {
- "text" : "Last updated at 2022-07-21 23:07:25 GMT"
+ "text" : "Last updated at 2022-07-22 14:24:44 GMT"
}
}