aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-27 19:14:02 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-27 19:14:02 +0000
commit6e407bb5e7e014d4fd35fd1852eedaec2408d90e (patch)
tree7e08f4eeb732c2ffc35baac768c386ae14be3c33 /stats/pwc-language-breakdown-summary.json
parent52de2919f528a7351ba0c5c0da926b46b3d36aea (diff)
downloadperlweeklychallenge-club-6e407bb5e7e014d4fd35fd1852eedaec2408d90e.tar.gz
perlweeklychallenge-club-6e407bb5e7e014d4fd35fd1852eedaec2408d90e.tar.bz2
perlweeklychallenge-club-6e407bb5e7e014d4fd35fd1852eedaec2408d90e.zip
- Added solutions by Alexander Pankoff.
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 277d23e191..526c9037ba 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "subtitle" : {
- "text" : "Last updated at 2022-02-27 13:24:35 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "dataLabels" : {
+ "rotation" : -90,
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF"
+ },
"name" : "Contributions",
"data" : [
[
"Blog",
- 2299
+ 2301
],
[
"Perl",
- 7361
+ 7363
],
[
"Raku",
- 4425
+ 4427
]
- ],
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10
+ ]
+ }
+ ],
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
- ]
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-27 19:12:28 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ }
}