aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-27 10:40:31 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-27 10:40:31 +0000
commit51be396c828dc31a152ce8181536bbd1f871f105 (patch)
treed350709f6b01cf0b4f39b8563c7f78292372657e /stats/pwc-language-breakdown-summary.json
parent767f501835ea07823607293b532b6a0520fafc3b (diff)
downloadperlweeklychallenge-club-51be396c828dc31a152ce8181536bbd1f871f105.tar.gz
perlweeklychallenge-club-51be396c828dc31a152ce8181536bbd1f871f105.tar.bz2
perlweeklychallenge-club-51be396c828dc31a152ce8181536bbd1f871f105.zip
- Added Perl solution to the task "Dot Product" of week 145.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bcf94ef700..0f69dc28d9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,21 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
+ "align" : "right",
"color" : "#FFFFFF",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right",
"rotation" : -90,
- "y" : 10
+ "enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}"
},
"data" : [
[
@@ -21,7 +24,7 @@
],
[
"Perl",
- 6955
+ 6956
],
[
"Raku",
@@ -30,15 +33,24 @@
]
}
],
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-27 10:37:44 GMT"
},
"chart" : {
"type" : "column"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -47,17 +59,5 @@
}
},
"type" : "category"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-27 07:56:39 GMT"
}
}