aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-06 12:01:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-06 12:01:07 +0100
commit5a0d299f3e690fa52a26325db0e1f386887cbfcc (patch)
tree33689084ae8312da16087793f8ad56905179158b /stats/pwc-language-breakdown-summary.json
parentdf3106c9b9bac0b33d640ae9e4d47147d0b54421 (diff)
downloadperlweeklychallenge-club-5a0d299f3e690fa52a26325db0e1f386887cbfcc.tar.gz
perlweeklychallenge-club-5a0d299f3e690fa52a26325db0e1f386887cbfcc.tar.bz2
perlweeklychallenge-club-5a0d299f3e690fa52a26325db0e1f386887cbfcc.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json84
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 00f398295d..335824abe7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,47 +2,9 @@
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2020-04-06 09:59:16 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "align" : "right",
- "color" : "#FFFFFF",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -54,10 +16,48 @@
],
[
"Raku",
- 1435
+ 1436
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
+ }
+ }
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-06 10:59:35 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
- ]
+ }
}