aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-28 04:39:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-28 04:39:28 +0100
commitecccc1fa171f749fd70b1ef60e8a63d79cf6e652 (patch)
tree72d7e8e37e9ab6e43bc583920427af0eaa07b7f8 /stats/pwc-language-breakdown-summary.json
parent5d674c8eca8bb086dbe08fd75dc257f3b2b28142 (diff)
downloadperlweeklychallenge-club-ecccc1fa171f749fd70b1ef60e8a63d79cf6e652.tar.gz
perlweeklychallenge-club-ecccc1fa171f749fd70b1ef60e8a63d79cf6e652.tar.bz2
perlweeklychallenge-club-ecccc1fa171f749fd70b1ef60e8a63d79cf6e652.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 07a5485a0b..08b3c0cbc6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,40 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
@@ -9,55 +42,22 @@
],
[
"Perl 5",
- 740
+ 742
],
[
"Perl 6",
- 429
+ 431
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}",
- "align" : "right"
- }
+ ]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2019-07-28 03:23:25 GMT"
+ "text" : "Last updated at 2019-07-28 03:39:22 GMT"
},
"legend" : {
"enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}