aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-16 19:42:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-16 19:42:11 +0100
commit5c4b8df3cd8a191dd7c42fc49e12b5dfc3a02cc2 (patch)
tree0d91eba7249ba513a42ad50bce57acfa1991cdb9 /stats/pwc-language-breakdown-summary.json
parent7c08fa9dc330262195c30cd158c14ebdfb59c174 (diff)
downloadperlweeklychallenge-club-5c4b8df3cd8a191dd7c42fc49e12b5dfc3a02cc2.tar.gz
perlweeklychallenge-club-5c4b8df3cd8a191dd7c42fc49e12b5dfc3a02cc2.tar.bz2
perlweeklychallenge-club-5c4b8df3cd8a191dd7c42fc49e12b5dfc3a02cc2.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3a158f89cb..3aa20b7aab 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-16 18:40:31 GMT"
},
"series" : [
{
"data" : [
[
"Blog",
- 2621
+ 2622
],
[
"Perl",
- 8215
+ 8217
],
[
"Raku",
- 4876
+ 4878
]
],
"name" : "Contributions",
"dataLabels" : {
+ "enabled" : "true",
"rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true"
+ "color" : "#FFFFFF"
}
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-06-16 18:02:19 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
}