aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-26 14:37:52 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-26 14:37:52 +0100
commit0c0e3876e631b271df13efbf2e092fb1f8142b90 (patch)
tree187c21d8be5e794941350acf64a1223fa869f656 /stats/pwc-language-breakdown-summary.json
parent8eaf8be1bbed5a885e1e4884d55e2f26d428bec8 (diff)
downloadperlweeklychallenge-club-0c0e3876e631b271df13efbf2e092fb1f8142b90.tar.gz
perlweeklychallenge-club-0c0e3876e631b271df13efbf2e092fb1f8142b90.tar.bz2
perlweeklychallenge-club-0c0e3876e631b271df13efbf2e092fb1f8142b90.zip
- Added solution by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f7c50a8cad..6c54e4961b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,21 @@
{
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-26 13:23:21 GMT"
},
"yAxis" : {
"min" : 0,
@@ -8,26 +23,11 @@
"text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2020-04-26 11:20:16 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right"
- },
"data" : [
[
"Blog",
@@ -35,29 +35,29 @@
],
[
"Perl",
- 2410
+ 2411
],
[
"Raku",
1508
]
],
+ "dataLabels" : {
+ "y" : 10,
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ },
"name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
}
}