aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2023-04-24 06:04:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2023-04-24 06:04:14 +0100
commit9df2d961ae00534346eaaceffaf8cfee4ecc88bb (patch)
treef9bf77f242ed3e63e199359a0298949a7e380e75 /stats/pwc-language-breakdown-summary.json
parentcb8c3fd3b7eb18a5408df574d3f46a8b964e0203 (diff)
downloadperlweeklychallenge-club-9df2d961ae00534346eaaceffaf8cfee4ecc88bb.tar.gz
perlweeklychallenge-club-9df2d961ae00534346eaaceffaf8cfee4ecc88bb.tar.bz2
perlweeklychallenge-club-9df2d961ae00534346eaaceffaf8cfee4ecc88bb.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1edb0a97bd..1a68d03999 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,7 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2023]"
- },
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2023-04-24 00:39:11 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -31,33 +13,51 @@
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 3511
+ 3512
],
[
"Perl",
- 10853
+ 10855
],
[
"Raku",
- 6303
+ 6305
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
"rotation" : -90,
"align" : "right",
- "color" : "#FFFFFF"
+ "y" : 10,
+ "enabled" : "true"
}
}
- ]
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2023-04-24 04:59:36 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2023]"
+ },
+ "chart" : {
+ "type" : "column"
+ }
}