aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-14 20:46:12 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-14 20:46:12 +0000
commitc0a77fed469750f4d61fc8217dba94dea7f608e2 (patch)
treefc6b34a249023115b7998ab1a084656867a4faa4 /stats/pwc-language-breakdown-summary.json
parent5ff6e3dd8272452defdb5cba3f4ae90866cee0c9 (diff)
downloadperlweeklychallenge-club-c0a77fed469750f4d61fc8217dba94dea7f608e2.tar.gz
perlweeklychallenge-club-c0a77fed469750f4d61fc8217dba94dea7f608e2.tar.bz2
perlweeklychallenge-club-c0a77fed469750f4d61fc8217dba94dea7f608e2.zip
- Added solutions by Robert DiCicco.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 22cda37672..42a0d73075 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,42 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-11-14 20:06:34 GMT"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true"
+ },
"name" : "Contributions",
"data" : [
[
@@ -12,52 +45,19 @@
],
[
"Perl",
- 9321
+ 9322
],
[
"Raku",
- 5598
+ 5599
]
- ],
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "align" : "right",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true"
- }
+ ]
}
],
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-14 20:41:58 GMT"
}
}