aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-09 22:16:08 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-09 22:16:08 +0100
commita06f893b30476e4eff47c230b85804ee8b7bee56 (patch)
treedaef9635302243c2bccfb05dcbaaf4c4e7a9ecd3 /stats/pwc-language-breakdown-summary.json
parent0146b3708226e02dc3a292c1e7d5b5b8009a5d5d (diff)
downloadperlweeklychallenge-club-a06f893b30476e4eff47c230b85804ee8b7bee56.tar.gz
perlweeklychallenge-club-a06f893b30476e4eff47c230b85804ee8b7bee56.tar.bz2
perlweeklychallenge-club-a06f893b30476e4eff47c230b85804ee8b7bee56.zip
- Added solutions by Humberto Massa.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index afe407451d..52c36c0a87 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,43 +1,9 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
@@ -49,15 +15,49 @@
],
[
"Raku",
- 4841
+ 4843
]
- ]
+ ],
+ "dataLabels" : {
+ "y" : 10,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"subtitle" : {
- "text" : "Last updated at 2022-06-09 11:43:18 GMT"
+ "text" : "Last updated at 2022-06-09 21:14:31 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}