aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-13 23:16:16 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-13 23:16:16 +0100
commit15e7f2134bc4cc1eba76e6cae11a4a0085ccdac6 (patch)
treec54f53c8f3057e5aa88901d25ef1eefb1a90f3d4 /stats/pwc-language-breakdown-summary.json
parentdf02ef242fdabe5f882bb977d658b612adf95621 (diff)
downloadperlweeklychallenge-club-15e7f2134bc4cc1eba76e6cae11a4a0085ccdac6.tar.gz
perlweeklychallenge-club-15e7f2134bc4cc1eba76e6cae11a4a0085ccdac6.tar.bz2
perlweeklychallenge-club-15e7f2134bc4cc1eba76e6cae11a4a0085ccdac6.zip
- Added solution by Robert DiCicco.
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 42d010d7f4..43e011c643 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,33 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-13 22:14:50 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90
- },
"data" : [
[
"Blog",
@@ -34,30 +39,25 @@
],
[
"Raku",
- 4871
+ 4872
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
+ "y" : 10,
+ "align" : "right"
+ }
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-06-13 19:43:23 GMT"
+ "chart" : {
+ "type" : "column"
}
}