aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 00:03:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 00:03:38 +0100
commit9f87e950c2ec7e5d480e83d217eeb1be5b17be5c (patch)
treefb739b6465fba0c270a548dd99c24a57cbc49e18 /stats/pwc-language-breakdown-summary.json
parentecb254d67a60af87a09ef59fc1e188e4ac2892af (diff)
downloadperlweeklychallenge-club-9f87e950c2ec7e5d480e83d217eeb1be5b17be5c.tar.gz
perlweeklychallenge-club-9f87e950c2ec7e5d480e83d217eeb1be5b17be5c.tar.bz2
perlweeklychallenge-club-9f87e950c2ec7e5d480e83d217eeb1be5b17be5c.zip
- Added solutions by Duncan C. White.
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 222ca4df26..0de63fff43 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,10 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-04-24 21:37:53 GMT"
- },
"legend" : {
"enabled" : "false"
},
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -35,29 +12,52 @@
],
[
"Perl",
- 7872
+ 7874
],
[
"Raku",
4669
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10
+ }
}
],
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-24 23:01:06 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}