aboutsummaryrefslogtreecommitdiff
path: root/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-15 17:16:22 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-15 17:16:22 +0100
commit1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd (patch)
tree62b98b60594a238584425f46d5feaaf782294195 /pwc-language-breakdown-summary.json
parentd9567023ca97e98f6542f82f4573ccff3831f1f2 (diff)
downloadperlweeklychallenge-club-1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd.tar.gz
perlweeklychallenge-club-1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd.tar.bz2
perlweeklychallenge-club-1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd.zip
- Added solutions to week 115 by Jaldhar H. Vyas.
Diffstat (limited to 'pwc-language-breakdown-summary.json')
-rw-r--r--pwc-language-breakdown-summary.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/pwc-language-breakdown-summary.json b/pwc-language-breakdown-summary.json
new file mode 100644
index 0000000000..33ce407578
--- /dev/null
+++ b/pwc-language-breakdown-summary.json
@@ -0,0 +1,63 @@
+{
+ "chart" : {
+ "type" : "column"
+ },
+ "series" : [
+ {
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ },
+ "name" : "Contributions",
+ "data" : [
+ [
+ "Blog",
+ 1643
+ ],
+ [
+ "Perl",
+ 5524
+ ],
+ [
+ "Raku",
+ 3500
+ ]
+ ]
+ }
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-06-15 16:16:05 GMT"
+ }
+}