aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-29 13:10:22 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-29 13:10:22 +0100
commite7f6940cf0444c185d6e7a94ead2e26cb95f673c (patch)
tree555b8cb58a48cd6b709f5be8b2dd75bb0943daf0 /stats/pwc-language-breakdown-summary.json
parent8709ad398bf9fdc73471546cca2c300545f1685e (diff)
downloadperlweeklychallenge-club-e7f6940cf0444c185d6e7a94ead2e26cb95f673c.tar.gz
perlweeklychallenge-club-e7f6940cf0444c185d6e7a94ead2e26cb95f673c.tar.bz2
perlweeklychallenge-club-e7f6940cf0444c185d6e7a94ead2e26cb95f673c.zip
- Added solutions by Roger Bell_West.
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 93e485d4e5..8501b8db66 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,49 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"subtitle" : {
- "text" : "Last updated at 2020-06-29 12:07:23 GMT"
+ "text" : "Last updated at 2020-06-29 12:10:04 GMT"
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "color" : "#FFFFFF",
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
+ },
+ "y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,7 +51,7 @@
],
[
"Perl",
- 2751
+ 2753
],
[
"Raku",
@@ -32,32 +59,5 @@
]
]
}
- ],
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}