aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-11 00:36:30 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-11 00:36:30 +0100
commit9c5cf19651810364064935bb2ccbe46b37daba94 (patch)
treed4bad7169a5e6c88fd9f7a3b0931c84e7660dd09 /stats/pwc-language-breakdown-summary.json
parentda2775d6481db935831c7abb035b2027c6caebf2 (diff)
downloadperlweeklychallenge-club-9c5cf19651810364064935bb2ccbe46b37daba94.tar.gz
perlweeklychallenge-club-9c5cf19651810364064935bb2ccbe46b37daba94.tar.bz2
perlweeklychallenge-club-9c5cf19651810364064935bb2ccbe46b37daba94.zip
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3eaf7e7c8e..66558f4699 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,22 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
+ "enabled" : "true",
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "enabled" : "true",
- "rotation" : -90,
"align" : "right",
- "y" : 10
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -37,27 +28,36 @@
],
[
"Raku",
- 4605
+ 4606
]
]
}
],
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"subtitle" : {
- "text" : "Last updated at 2022-04-10 23:13:29 GMT"
+ "text" : "Last updated at 2022-04-10 23:34:34 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
+ }
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
}
}