aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-11 04:08:18 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-11 04:08:18 +0100
commit835a1fc585bfc51540fc7adb7d5d8a336133dcab (patch)
tree82d1d6ea27dd682d7a02bf3c7deb2f72dba693d2 /stats/pwc-language-breakdown-summary.json
parent95dc33ff238e2ba288a765870ce72002352b598b (diff)
downloadperlweeklychallenge-club-835a1fc585bfc51540fc7adb7d5d8a336133dcab.tar.gz
perlweeklychallenge-club-835a1fc585bfc51540fc7adb7d5d8a336133dcab.tar.bz2
perlweeklychallenge-club-835a1fc585bfc51540fc7adb7d5d8a336133dcab.zip
- Added solutions by Nuno Vieira.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 52649513b9..c49a7f637f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,24 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90,
- "align" : "right"
- },
"data" : [
[
"Blog",
@@ -21,13 +26,26 @@
],
[
"Perl",
- 3221
+ 3223
],
[
"Raku",
2101
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}"
+ }
}
],
"chart" : {
@@ -36,28 +54,10 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-11 02:42:26 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"legend" : {
"enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-11 03:04:59 GMT"
}
}