aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 20:21:43 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 20:21:43 +0100
commit642db25a441b301b4e507796c55bfef8a4170185 (patch)
tree6eab532b4bd3493b4a7e360a6b4967502d74b796 /stats/pwc-language-breakdown-summary.json
parentb404d135069bfbdf4fca5c9ff38ee4c3306e2a20 (diff)
downloadperlweeklychallenge-club-642db25a441b301b4e507796c55bfef8a4170185.tar.gz
perlweeklychallenge-club-642db25a441b301b4e507796c55bfef8a4170185.tar.bz2
perlweeklychallenge-club-642db25a441b301b4e507796c55bfef8a4170185.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 83fc9b182b..483797fc1e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,4 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-07-25 19:01:26 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"series" : [
{
"data" : [
@@ -38,26 +8,56 @@
],
[
"Perl",
- 8510
+ 8511
],
[
"Raku",
- 5064
+ 5065
]
],
"dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
"rotation" : -90,
+ "align" : "right",
"color" : "#FFFFFF",
+ "enabled" : "true",
+ "y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}"
},
"name" : "Contributions"
}
- ]
+ ],
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-25 19:19:46 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}