aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2024-08-20 08:13:03 +0100
committerMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2024-08-20 08:13:03 +0100
commita75f2fa5d08fc4e7ebd0f190eab077ef8f8badba (patch)
tree506384404e2772b1985dcd0ecd1cde436f00801c /stats/pwc-language-breakdown-summary.json
parentc9e2021e40366f295331ec7c4b2be2be876e6eaa (diff)
downloadperlweeklychallenge-club-a75f2fa5d08fc4e7ebd0f190eab077ef8f8badba.tar.gz
perlweeklychallenge-club-a75f2fa5d08fc4e7ebd0f190eab077ef8f8badba.tar.bz2
perlweeklychallenge-club-a75f2fa5d08fc4e7ebd0f190eab077ef8f8badba.zip
- Added solutions by Packy Anderson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a79e549b74..e1e68596c6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2024-08-20 07:12:49 GMT"
},
"legend" : {
"enabled" : "false"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
+ "chart" : {
+ "type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2024-08-19 22:02:07 GMT"
+ }
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Perl",
- 14696
+ 14698
],
[
"Raku",
- 8446
+ 8448
],
[
"Blog",
- 5205
+ 5206
]
],
- "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "enabled" : "true",
- "color" : "#FFFFFF",
"rotation" : -90,
"format" : "{point.y:.0f}",
"align" : "right",
+ "enabled" : "true",
+ "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
+ },
+ "color" : "#FFFFFF"
}
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}