aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-05 14:02:48 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-05 14:02:48 +0100
commit247da95cb9372355bd8152d773145bd35677c2f5 (patch)
treed1c5fefedae4d2a19d457e2b403a993d6f5dab38 /stats/pwc-language-breakdown-summary.json
parent44f917580c2e96720674dd20a272f309eb1831f0 (diff)
downloadperlweeklychallenge-club-247da95cb9372355bd8152d773145bd35677c2f5.tar.gz
perlweeklychallenge-club-247da95cb9372355bd8152d773145bd35677c2f5.tar.bz2
perlweeklychallenge-club-247da95cb9372355bd8152d773145bd35677c2f5.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d558d2c5dd..0c3815f444 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,39 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-04-05 12:52:32 GMT"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-05 12:58:21 GMT"
},
"series" : [
{
"dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
"y" : 10,
- "align" : "right",
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "enabled" : "true"
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -31,32 +45,18 @@
],
[
"Raku",
- 4581
+ 4583
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
"legend" : {
"enabled" : "false"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
}