aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2023-05-08 06:42:46 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2023-05-08 06:42:46 +0100
commit488c528fc8725f3e183eae4073709f95edca33fb (patch)
treeb82d4525b82e4ddf2032ad830de97373eabcde95 /stats/pwc-language-breakdown-summary.json
parent4e1c6961a0e4fc3482ddc4f2226dbf838072b937 (diff)
downloadperlweeklychallenge-club-488c528fc8725f3e183eae4073709f95edca33fb.tar.gz
perlweeklychallenge-club-488c528fc8725f3e183eae4073709f95edca33fb.tar.bz2
perlweeklychallenge-club-488c528fc8725f3e183eae4073709f95edca33fb.zip
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 72dd422acf..c21d61b718 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,21 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2023]"
},
"yAxis" : {
"title" : {
@@ -17,25 +23,26 @@
},
"min" : 0
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2023]"
+ "chart" : {
+ "type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2023-05-08 04:14:02 GMT"
+ "text" : "Last updated at 2023-05-08 05:40:14 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
+ "rotation" : -90,
"format" : "{point.y:.0f}",
"align" : "right",
"color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90
+ }
},
"data" : [
[
@@ -48,16 +55,9 @@
],
[
"Raku",
- 6362
+ 6364
]
- ],
- "name" : "Contributions"
+ ]
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- }
+ ]
}