aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-21 16:29:40 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-21 16:29:40 +0000
commitb33008307ccb4ff9cf5ec140ec4f7682da80db01 (patch)
treed01b30969588aa859f9bf95233e81845c2fccd6c /stats/pwc-language-breakdown-summary.json
parentbb9f2a45aba0b4e4081a636cc4ac3b808b6975e2 (diff)
downloadperlweeklychallenge-club-b33008307ccb4ff9cf5ec140ec4f7682da80db01.tar.gz
perlweeklychallenge-club-b33008307ccb4ff9cf5ec140ec4f7682da80db01.tar.bz2
perlweeklychallenge-club-b33008307ccb4ff9cf5ec140ec4f7682da80db01.zip
- Added solution by Mark Anderson.
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 f10bd4b269..f2487fe8b8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,42 +1,9 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-21 16:16:32 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}"
- },
"data" : [
[
"Blog",
@@ -48,14 +15,47 @@
],
[
"Raku",
- 4169
+ 4170
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90
+ }
}
],
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-21 16:27:42 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"legend" : {
"enabled" : "false"