aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-25 19:30:26 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-25 19:30:26 +0000
commit3f5014ee2b0e1f08c88e23456e1719d2a7d3a54d (patch)
treeecfa303976a3a444ccafb2c68f9ff47dcb1722c9 /stats/pwc-language-breakdown-summary.json
parentb577afa9dc66efcf25bb2737b068de629a9134eb (diff)
downloadperlweeklychallenge-club-3f5014ee2b0e1f08c88e23456e1719d2a7d3a54d.tar.gz
perlweeklychallenge-club-3f5014ee2b0e1f08c88e23456e1719d2a7d3a54d.tar.bz2
perlweeklychallenge-club-3f5014ee2b0e1f08c88e23456e1719d2a7d3a54d.zip
- Added solutions by Luca Ferrari.
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 28aebe2d4e..be971644e6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,38 @@
{
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-25 19:28:57 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"rotation" : -90,
"enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF",
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "align" : "right"
+ "y" : 10,
+ "format" : "{point.y:.0f}"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2215
+ 2217
],
[
"Perl",
@@ -25,39 +40,24 @@
],
[
"Raku",
- 4306
+ 4308
]
]
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
"chart" : {
"type" : "column"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-25 18:31:09 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "min" : 0
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "legend" : {
- "enabled" : "false"
}
}