aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-30 22:23:06 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-30 22:23:06 +0100
commitc44e1fabcd3e8d21fb9d5e38ce36e48d66bdb154 (patch)
tree0f2a4ebd95d5f921b72141ee8dcac6574533106f /stats/pwc-language-breakdown-summary.json
parent885a74b40ba686cf2beedb9c9072ce7158cc7972 (diff)
downloadperlweeklychallenge-club-c44e1fabcd3e8d21fb9d5e38ce36e48d66bdb154.tar.gz
perlweeklychallenge-club-c44e1fabcd3e8d21fb9d5e38ce36e48d66bdb154.tar.bz2
perlweeklychallenge-club-c44e1fabcd3e8d21fb9d5e38ce36e48d66bdb154.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e0c3dfcbcd..4ce9c602b0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,37 +1,36 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-30 21:22:52 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"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",
@@ -39,25 +38,26 @@
],
[
"Perl",
- 3148
+ 3150
],
[
"Raku",
- 2047
+ 2049
]
- ]
+ ],
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-08-30 16:05:22 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- }
+ ]
}