aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 20:34:57 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 20:34:57 +0100
commit5e0fbeae30637c44e522dc2df7272885f22b0357 (patch)
tree71d7898dba7b8dec37fb78ebc57d445b76b64727 /stats/pwc-language-breakdown-summary.json
parent45ec20a8ba5c6ff2038366ad8775467e36466dd3 (diff)
downloadperlweeklychallenge-club-5e0fbeae30637c44e522dc2df7272885f22b0357.tar.gz
perlweeklychallenge-club-5e0fbeae30637c44e522dc2df7272885f22b0357.tar.bz2
perlweeklychallenge-club-5e0fbeae30637c44e522dc2df7272885f22b0357.zip
- Added Perl solution to task #1 of week #78.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d4265430ae..56ac40b555 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,39 +1,37 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-15 18:13:51 GMT"
+ "legend" : {
+ "enabled" : "false"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-15 19:34:40 GMT"
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"series" : [
{
- "dataLabels" : {
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -41,23 +39,25 @@
],
[
"Perl",
- 3280
+ 3281
],
[
"Raku",
2134
]
],
- "name" : "Contributions"
- }
- ],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "dataLabels" : {
+ "rotation" : -90,
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
- },
- "type" : "category"
- }
+ }
+ ]
}