aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-12 14:32:50 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-12 14:32:50 +0100
commit72ba70a96cfd587443c3eaa0f5ba02e3557f4b82 (patch)
tree18f5aaf753e2ff353458d31c740bd108a12b4c6c /stats/pwc-language-breakdown-summary.json
parente8cd5a80119b074ea1c6cd9e204063dbb95de50b (diff)
downloadperlweeklychallenge-club-72ba70a96cfd587443c3eaa0f5ba02e3557f4b82.tar.gz
perlweeklychallenge-club-72ba70a96cfd587443c3eaa0f5ba02e3557f4b82.tar.bz2
perlweeklychallenge-club-72ba70a96cfd587443c3eaa0f5ba02e3557f4b82.zip
- Added solution by Maxim Kolodyazhny.
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 0ddb1f5225..d0c964fc3c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,49 +1,15 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-04-12 11:07:25 GMT"
- },
- "series" : [
- {
- "name" : "Contributions",
- "data" : [
- [
- "Blog",
- 2431
- ],
- [
- "Perl",
- 7727
- ],
- [
- "Raku",
- 4620
- ]
- ],
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "color" : "#FFFFFF",
- "y" : 10,
- "rotation" : -90
- }
- }
- ],
- "legend" : {
- "enabled" : "false"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-12 13:27:35 GMT"
},
"yAxis" : {
"title" : {
@@ -59,5 +25,39 @@
"fontSize" : "13px"
}
}
+ },
+ "series" : [
+ {
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions",
+ "data" : [
+ [
+ "Blog",
+ 2431
+ ],
+ [
+ "Perl",
+ 7728
+ ],
+ [
+ "Raku",
+ 4620
+ ]
+ ]
+ }
+ ],
+ "legend" : {
+ "enabled" : "false"
}
}