aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-29 22:59:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-29 22:59:07 +0100
commit4542da44511d2be33b479dda89d8ecf530f2f9ca (patch)
tree8abd9c7624b1f6cc79bc0ffe5c40e3757ecad52c /stats/pwc-language-breakdown-summary.json
parent32abb9e3510f91a32185585dac6b9cd5b027b8ef (diff)
downloadperlweeklychallenge-club-4542da44511d2be33b479dda89d8ecf530f2f9ca.tar.gz
perlweeklychallenge-club-4542da44511d2be33b479dda89d8ecf530f2f9ca.tar.bz2
perlweeklychallenge-club-4542da44511d2be33b479dda89d8ecf530f2f9ca.zip
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fb3ec254f6..a9fbc75d02 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,33 @@
{
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -9,55 +35,29 @@
],
[
"Perl",
- 8112
+ 8114
],
[
"Raku",
4803
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "rotation" : -90,
"color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right",
"enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "y" : 10
+ }
}
}
],
"subtitle" : {
- "text" : "Last updated at 2022-05-29 18:07:20 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "text" : "Last updated at 2022-05-29 21:57:25 GMT"
}
}