aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-20 06:23:57 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-20 06:23:57 +0100
commitb13601bf76ae50a91eae332a5faf08c99ad6300f (patch)
tree2d4ab159f92f5651a4e6fd3262e259adec31040e /stats/pwc-language-breakdown-summary.json
parent6199c7d2227bddbd5e05ff21ac769e06e651b9ae (diff)
downloadperlweeklychallenge-club-b13601bf76ae50a91eae332a5faf08c99ad6300f.tar.gz
perlweeklychallenge-club-b13601bf76ae50a91eae332a5faf08c99ad6300f.tar.bz2
perlweeklychallenge-club-b13601bf76ae50a91eae332a5faf08c99ad6300f.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json88
1 files changed, 44 insertions, 44 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0a0a86e41a..863d29067c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "dataLabels" : {
- "align" : "right",
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "y" : 10
- },
"name" : "Contributions",
"data" : [
[
"Blog",
- 2633
+ 2634
],
[
"Perl",
- 8244
+ 8246
],
[
"Raku",
- 4892
+ 4894
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10,
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF"
+ }
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
"subtitle" : {
- "text" : "Last updated at 2022-06-20 00:20:58 GMT"
+ "text" : "Last updated at 2022-06-20 05:22:17 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}