aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-12 23:52:53 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-12 23:52:53 +0000
commit9553eb3b086d58be5b53ee6e0face1d4498ee034 (patch)
treea4ab98e0e22ca89314570aabf4d423f10de05184 /stats/pwc-language-breakdown-summary.json
parent530920ccd5b6d94737a012b0b6b5b14f1dad1ddb (diff)
downloadperlweeklychallenge-club-9553eb3b086d58be5b53ee6e0face1d4498ee034.tar.gz
perlweeklychallenge-club-9553eb3b086d58be5b53ee6e0face1d4498ee034.tar.bz2
perlweeklychallenge-club-9553eb3b086d58be5b53ee6e0face1d4498ee034.zip
- Added solutions by Jan Krnavek.
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 271da28fce..63a6ae36c6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,28 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,40 +34,30 @@
],
[
"Raku",
- 2978
+ 2980
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "color" : "#FFFFFF",
- "align" : "right",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10
- }
+ ]
}
],
- "subtitle" : {
- "text" : "Last updated at 2021-02-12 07:19:21 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-12 23:52:28 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}