aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-06 10:33:53 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-06 10:33:53 +0000
commit3bb29609fc884b2c144f7b2e176f4eda773f5712 (patch)
treec39eb8ff8483ff9a779cf8753d58585e2dbdc685 /stats/pwc-language-breakdown-summary.json
parent332582897bbd4788b431c3aefbce712a245ac540 (diff)
downloadperlweeklychallenge-club-3bb29609fc884b2c144f7b2e176f4eda773f5712.tar.gz
perlweeklychallenge-club-3bb29609fc884b2c144f7b2e176f4eda773f5712.tar.bz2
perlweeklychallenge-club-3bb29609fc884b2c144f7b2e176f4eda773f5712.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cac9ee6703..b1e9a4cd5d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1151
+ 1152
],
[
"Perl",
- 3984
+ 3986
],
[
"Raku",
- 2627
+ 2629
]
],
"dataLabels" : {
"color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "y" : 10,
- "align" : "right",
- "rotation" : -90,
- "enabled" : "true"
- },
- "name" : "Contributions"
+ }
+ }
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2020-12-06 10:33:22 GMT"
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-12-06 10:29:50 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
}
}