aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-13 12:23:16 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-13 12:23:16 +0100
commit2ea2c699e36eff75aec0aea5fb68e48a12b0e86d (patch)
treeba64fb7db8867b114d2afc965c1f152819f50c01 /stats/pwc-language-breakdown-summary.json
parentc7be16932ee9a0f42db435370a5f4ec1c619f854 (diff)
downloadperlweeklychallenge-club-2ea2c699e36eff75aec0aea5fb68e48a12b0e86d.tar.gz
perlweeklychallenge-club-2ea2c699e36eff75aec0aea5fb68e48a12b0e86d.tar.bz2
perlweeklychallenge-club-2ea2c699e36eff75aec0aea5fb68e48a12b0e86d.zip
- Added solutions by Jan Krnavek.
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 3bb1e6ee50..6f7e723366 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,40 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "y" : 10
+ },
"data" : [
[
"Blog",
@@ -12,52 +46,18 @@
],
[
"Raku",
- 3477
+ 3479
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true"
- }
+ ]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"legend" : {
"enabled" : "false"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2021-06-12 20:52:06 GMT"
+ "text" : "Last updated at 2021-06-13 11:22:26 GMT"
}
}