aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-18 18:31:18 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-18 18:31:18 +0000
commitedbffb4f99af5c4e9a140cc088cf95ae641594ca (patch)
treeeb8dc762f6cbe006b4ae4518b21d85d86816b95a /stats/pwc-language-breakdown-summary.json
parent2b8d888ab506cb4e81bc69327fa075e3094e7086 (diff)
downloadperlweeklychallenge-club-edbffb4f99af5c4e9a140cc088cf95ae641594ca.tar.gz
perlweeklychallenge-club-edbffb4f99af5c4e9a140cc088cf95ae641594ca.tar.bz2
perlweeklychallenge-club-edbffb4f99af5c4e9a140cc088cf95ae641594ca.zip
- Added solutions by Walt Mankowski.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a0647146cc..e96047d84a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,30 +1,19 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-01-18 18:19:33 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
"dataLabels" : {
- "align" : "right",
- "rotation" : -90,
"format" : "{point.y:.0f}",
+ "enabled" : "true",
"color" : "#FFFFFF",
- "y" : 10,
+ "align" : "right",
+ "rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true"
+ "y" : 10
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -32,24 +21,23 @@
],
[
"Perl",
- 7115
+ 7117
],
[
"Raku",
4282
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-18 18:29:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
@@ -57,7 +45,19 @@
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}