aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 19:09:28 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 19:09:28 +0000
commite1bd7f8ed0113c56857066bd69c613b8bfb548f2 (patch)
tree4a9271cc034f7c836b436993579e788b42f2996b /stats/pwc-language-breakdown-summary.json
parente5138f28be67b47a82fdd71a003e0a358621a5d7 (diff)
downloadperlweeklychallenge-club-e1bd7f8ed0113c56857066bd69c613b8bfb548f2.tar.gz
perlweeklychallenge-club-e1bd7f8ed0113c56857066bd69c613b8bfb548f2.tar.bz2
perlweeklychallenge-club-e1bd7f8ed0113c56857066bd69c613b8bfb548f2.zip
- Added solutions by Simon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 8d48bc2fe4..491c2e6d32 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,48 +1,24 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"subtitle" : {
- "text" : "Last updated at 2022-01-10 19:01:10 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "legend" : {
- "enabled" : "false"
+ "text" : "Last updated at 2022-01-10 19:07:32 GMT"
},
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "color" : "#FFFFFF",
- "rotation" : -90,
- "format" : "{point.y:.0f}"
- },
"data" : [
[
"Blog",
@@ -54,10 +30,34 @@
],
[
"Raku",
- 4255
+ 4257
]
],
+ "dataLabels" : {
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "align" : "right"
+ },
"name" : "Contributions"
}
- ]
+ ],
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ }
}