aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-30 17:05:53 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-30 17:05:53 +0100
commitf37e61e93dc5ffdd6cfd19ce225b90ee6bb5ba79 (patch)
tree7db3c4f88a57b328204adf252ec6b425865f410f /stats/pwc-language-breakdown-summary.json
parente38912b3cdb9f41b42a0b06457be11504a7b808e (diff)
downloadperlweeklychallenge-club-f37e61e93dc5ffdd6cfd19ce225b90ee6bb5ba79.tar.gz
perlweeklychallenge-club-f37e61e93dc5ffdd6cfd19ce225b90ee6bb5ba79.tar.bz2
perlweeklychallenge-club-f37e61e93dc5ffdd6cfd19ce225b90ee6bb5ba79.zip
- Added solutions by Yet Ebreo.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cb4963f268..e0c3dfcbcd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,12 @@
{
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"yAxis" : {
"min" : 0,
@@ -11,8 +14,24 @@
"text" : null
}
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right"
+ },
"data" : [
[
"Blog",
@@ -20,44 +39,25 @@
],
[
"Perl",
- 3146
+ 3148
],
[
"Raku",
2047
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "format" : "{point.y:.0f}"
- }
+ ]
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"subtitle" : {
- "text" : "Last updated at 2020-08-30 12:56:17 GMT"
+ "text" : "Last updated at 2020-08-30 16:05:22 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}