aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-06 15:54:46 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-06 15:54:46 +0100
commitfff20dee4ec14ba882b0df62b8e3150cedf56e69 (patch)
tree30fa8a24695883c156903c799fbd43fd3041a426 /stats/pwc-language-breakdown-summary.json
parent93f30642ea7f78954f1bacc0e1ad9305555ca4d6 (diff)
downloadperlweeklychallenge-club-fff20dee4ec14ba882b0df62b8e3150cedf56e69.tar.gz
perlweeklychallenge-club-fff20dee4ec14ba882b0df62b8e3150cedf56e69.tar.bz2
perlweeklychallenge-club-fff20dee4ec14ba882b0df62b8e3150cedf56e69.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 952fdbaf41..5cccfcda96 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,6 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"title" : {
@@ -14,14 +8,9 @@
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,31 +22,42 @@
],
[
"Raku",
- 1789
+ 1790
]
],
- "name" : "Contributions",
"dataLabels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
"rotation" : -90,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
"align" : "right",
"y" : 10
}
}
],
- "subtitle" : {
- "text" : "Last updated at 2020-07-06 13:05:20 GMT"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-06 14:54:21 GMT"
}
}