aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 03:57:02 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 03:57:02 +0100
commit02418fad045c749150d8d8375d75cecd1bb1c31b (patch)
tree2eb0a0c6b5ce8c6ccb452a67755681491421a47a /stats/pwc-language-breakdown-summary.json
parent136a7216553a20c9fb6e28c1eee47450181ff448 (diff)
downloadperlweeklychallenge-club-02418fad045c749150d8d8375d75cecd1bb1c31b.tar.gz
perlweeklychallenge-club-02418fad045c749150d8d8375d75cecd1bb1c31b.tar.bz2
perlweeklychallenge-club-02418fad045c749150d8d8375d75cecd1bb1c31b.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6fe3f45a2b..818588c0e1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
[
"Blog",
- 2725
+ 2726
],
[
"Perl",
- 8496
+ 8498
],
[
"Raku",
- 5053
+ 5055
]
],
"dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
- "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
"enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"rotation" : -90,
+ "align" : "right",
"color" : "#FFFFFF"
},
"name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-25 01:22:07 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "subtitle" : {
- "text" : "Last updated at 2022-07-25 00:42:58 GMT"
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
}