aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-04 09:13:56 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-04 09:13:56 +0100
commit42bd07d080a38d552fb4562de9eba28ccfbecb18 (patch)
treee6831997531b7349822fbab868742ade9ff731d6 /stats/pwc-language-breakdown-summary.json
parent32a475f82dbe0883225463a4e1b8b1121dc98bd9 (diff)
downloadperlweeklychallenge-club-42bd07d080a38d552fb4562de9eba28ccfbecb18.tar.gz
perlweeklychallenge-club-42bd07d080a38d552fb4562de9eba28ccfbecb18.tar.bz2
perlweeklychallenge-club-42bd07d080a38d552fb4562de9eba28ccfbecb18.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f0e266045d..97def33ff8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,61 +1,61 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-04 08:10:45 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"series" : [
{
- "dataLabels" : {
- "align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2673
+ 2674
],
[
"Perl",
- 8347
+ 8349
],
[
"Raku",
- 4960
+ 4962
]
- ]
+ ],
+ "dataLabels" : {
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-07-04 03:42:12 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "min" : 0
},
"chart" : {
"type" : "column"