aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 09:38:48 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 09:38:48 +0000
commit73067eb6706152b436bcddcaa9beeab64f7e461f (patch)
tree099161c3f89930c868aab94ea7de52ae86820f76 /stats/pwc-language-breakdown-summary.json
parentdafba55fd28944345f736ab47e5ff60a0570b449 (diff)
downloadperlweeklychallenge-club-73067eb6706152b436bcddcaa9beeab64f7e461f.tar.gz
perlweeklychallenge-club-73067eb6706152b436bcddcaa9beeab64f7e461f.tar.bz2
perlweeklychallenge-club-73067eb6706152b436bcddcaa9beeab64f7e461f.zip
- Added contributions by Mark Anderson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b418ae9e30..b8dd9ef228 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,13 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-16 09:37:15 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -8,24 +17,14 @@
},
"type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-02-16 09:09:31 GMT"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -37,27 +36,28 @@
],
[
"Raku",
- 4383
+ 4385
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
"rotation" : -90,
"y" : 10,
- "color" : "#FFFFFF"
- }
+ "enabled" : "true",
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}