aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-10 19:43:45 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-10 19:43:45 +0100
commitde95dcac8917e3dd95ba233317b77c623d145b09 (patch)
tree32866e0665d8c2aff61fccf3e1916c718e677145 /stats/pwc-language-breakdown-summary.json
parentb9c48b373725629a2f47fac495d08d63acc0882c (diff)
downloadperlweeklychallenge-club-de95dcac8917e3dd95ba233317b77c623d145b09.tar.gz
perlweeklychallenge-club-de95dcac8917e3dd95ba233317b77c623d145b09.tar.bz2
perlweeklychallenge-club-de95dcac8917e3dd95ba233317b77c623d145b09.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d447b90b88..470f8987d8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,45 +1,57 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-10 18:43:40 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ }
},
"series" : [
{
- "dataLabels" : {
- "align" : "right",
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
- 263
+ 264
],
[
"Perl 5",
- 1008
+ 1010
],
[
"Perl 6",
- 607
+ 609
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
"chart" : {
@@ -47,17 +59,5 @@
},
"legend" : {
"enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-09-10 10:56:44 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
}
}