aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-16 00:09:30 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-16 00:09:30 +0100
commitde0ee1f17bb8a4caace1c72aa326141d885dfbf7 (patch)
treeb1dde87c954f74e9cda16f8bdf87f2d9221b7c95 /stats/pwc-language-breakdown-summary.json
parentc1d944c6bc5f633f87e1f6acb593ca7cb86ecb04 (diff)
downloadperlweeklychallenge-club-de0ee1f17bb8a4caace1c72aa326141d885dfbf7.tar.gz
perlweeklychallenge-club-de0ee1f17bb8a4caace1c72aa326141d885dfbf7.tar.bz2
perlweeklychallenge-club-de0ee1f17bb8a4caace1c72aa326141d885dfbf7.zip
- Added solution by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3d6509c1c5..7a0bfc8a34 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,27 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-15 23:09:24 GMT"
},
"series" : [
{
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
"rotation" : -90,
- "color" : "#FFFFFF"
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "align" : "right"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,40 +29,35 @@
],
[
"Perl 5",
- 1027
+ 1028
],
[
"Perl 6",
621
]
- ]
+ ],
+ "name" : "Contributions"
}
],
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-09-15 22:53:09 GMT"
+ "legend" : {
+ "enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
}