aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 21:10:15 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 21:10:15 +0000
commitd5aef342008aa2a96e8085194e3a3dc6975a723b (patch)
treea8e2e871b5ce3992dfa769e5c84d6c0fa560cc84 /stats/pwc-language-breakdown-summary.json
parent83c06179ec18557d73ddd24d52cc4ec51abe1333 (diff)
downloadperlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.tar.gz
perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.tar.bz2
perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.zip
- Added solutions to week 147.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b0ce9a3ba6..5ad4788e87 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,7 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-10 21:08:26 GMT"
+ },
"yAxis" : {
"min" : 0,
"title" : {
@@ -8,27 +11,9 @@
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2022-01-10 19:15:24 GMT"
- },
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
"series" : [
{
"data" : [
@@ -38,26 +23,41 @@
],
[
"Perl",
- 7059
+ 7060
],
[
"Raku",
- 4259
+ 4260
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90,
"color" : "#FFFFFF",
- "y" : 10,
+ "format" : "{point.y:.0f}",
"align" : "right",
- "enabled" : "true"
- },
- "name" : "Contributions"
+ "y" : 10
+ }
}
- ]
+ ],
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}