aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 23:26:10 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 23:26:10 +0100
commit2cd33186b99711e106f08e4b91e658a2eb657a3c (patch)
tree694d4de5addc52704d278af619fc87d25a529611 /stats/pwc-language-breakdown-summary.json
parent89e883cd26f284393fd30ebb133f3b3caab5343f (diff)
downloadperlweeklychallenge-club-2cd33186b99711e106f08e4b91e658a2eb657a3c.tar.gz
perlweeklychallenge-club-2cd33186b99711e106f08e4b91e658a2eb657a3c.tar.bz2
perlweeklychallenge-club-2cd33186b99711e106f08e4b91e658a2eb657a3c.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3d3da1fc0e..b1e0c38126 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-07-21 22:22:02 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"chart" : {
"type" : "column"
},
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 162
+ 163
],
[
"Perl 5",
- 714
+ 717
],
[
"Perl 6",
- 409
+ 411
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "color" : "#FFFFFF",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "name" : "Contributions"
+ ]
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-21 22:26:03 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "type" : "category"
}
}