aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 20:25:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 20:25:04 +0100
commit4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783 (patch)
tree6f6d8ee90456181117ba33056522a19873131994 /stats/pwc-language-breakdown-summary.json
parentd4448f051831879f7149e6b9b1cd527b11c40ffd (diff)
downloadperlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.tar.gz
perlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.tar.bz2
perlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.zip
- Added solution by Joelle Maslak.
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 4ccdd4eae9..b3d0babf82 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,47 +1,21 @@
{
- "subtitle" : {
- "text" : "Last updated at 2019-07-21 19:01:10 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
"format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
"color" : "#FFFFFF",
"rotation" : -90,
- "enabled" : "true"
+ "align" : "right"
},
"data" : [
[
@@ -54,10 +28,36 @@
],
[
"Perl 6",
- 406
+ 407
]
- ],
- "name" : "Contributions"
+ ]
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-21 19:24:57 GMT"
+ }
}