aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-06 19:06:24 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-06 19:06:24 +0100
commite75406c22f6bf638191dbf34315aca038aee25eb (patch)
tree93579f5d4164a02f55ca8119c716e4b2a418264d /stats/pwc-language-breakdown-summary.json
parent72bec2ddcad93e50631acf7836e69b6405b593fd (diff)
downloadperlweeklychallenge-club-e75406c22f6bf638191dbf34315aca038aee25eb.tar.gz
perlweeklychallenge-club-e75406c22f6bf638191dbf34315aca038aee25eb.tar.bz2
perlweeklychallenge-club-e75406c22f6bf638191dbf34315aca038aee25eb.zip
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 85514b36ad..acdb11bcb6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,44 +1,21 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-09-06 14:44:23 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"chart" : {
"type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
"y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "format" : "{point.y:.0f}",
"rotation" : -90,
- "color" : "#FFFFFF"
+ "align" : "right"
},
"data" : [
[
@@ -51,13 +28,36 @@
],
[
"Raku",
- 2069
+ 2070
]
- ],
- "name" : "Contributions"
+ ]
}
],
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"legend" : {
"enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-06 18:05:35 GMT"
}
}