aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-17 17:13:01 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-17 17:13:01 +0100
commitbabf9a6d473f8e5ce85f6d078073ebcb880492f1 (patch)
treee99dbfcdede0e4b113027472b8a32f8822992727 /stats/pwc-language-breakdown-summary.json
parent7b86337d7d78597dafc176d28322f4aa47d27bb3 (diff)
downloadperlweeklychallenge-club-babf9a6d473f8e5ce85f6d078073ebcb880492f1.tar.gz
perlweeklychallenge-club-babf9a6d473f8e5ce85f6d078073ebcb880492f1.tar.bz2
perlweeklychallenge-club-babf9a6d473f8e5ce85f6d078073ebcb880492f1.zip
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7232d69590..1e36a44b36 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,62 +1,62 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-05-17 09:26:06 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "format" : "{point.y:.0f}"
- },
"data" : [
[
"Blog",
- 685
+ 686
],
[
"Perl",
- 2530
+ 2532
],
[
"Raku",
1591
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "enabled" : "true",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions"
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-05-17 16:12:13 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"legend" : {
"enabled" : "false"
}