aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 00:48:17 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 00:48:17 +0100
commitec6f40cb81da8e7bdae12e7d6572d2d33789dc14 (patch)
tree4227c9b4648ac0c6bf9e05c55fdcae836ff4c926 /stats/pwc-language-breakdown-summary.json
parent6ca69faa7f8f98c37688a73e462638d2bebf5d78 (diff)
downloadperlweeklychallenge-club-ec6f40cb81da8e7bdae12e7d6572d2d33789dc14.tar.gz
perlweeklychallenge-club-ec6f40cb81da8e7bdae12e7d6572d2d33789dc14.tar.bz2
perlweeklychallenge-club-ec6f40cb81da8e7bdae12e7d6572d2d33789dc14.zip
- Added solutions by Mark Senn.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3ae04a825c..d830b0bd3d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,43 +1,22 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-07-28 23:08:16 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
"dataLabels" : {
"color" : "#FFFFFF",
- "enabled" : "true",
"align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"rotation" : -90,
+ "enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "y" : 10,
- "format" : "{point.y:.0f}"
+ }
},
"data" : [
[
"Blog",
- 172
+ 173
],
[
"Perl 5",
@@ -45,19 +24,40 @@
],
[
"Perl 6",
- 437
+ 439
]
],
"name" : "Contributions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-28 23:48:08 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
}
}