aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-09 23:07:26 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-09 23:07:26 +0100
commit49012917fbbb441998c064ce1b4f8ee4f33bce1e (patch)
tree6af3402fade11a1e822493e756edcc3faa39ae70 /stats/pwc-language-breakdown-summary.json
parent8fc0a11ac3a87c32758f38c94c9e1a83afa8a956 (diff)
downloadperlweeklychallenge-club-49012917fbbb441998c064ce1b4f8ee4f33bce1e.tar.gz
perlweeklychallenge-club-49012917fbbb441998c064ce1b4f8ee4f33bce1e.tar.bz2
perlweeklychallenge-club-49012917fbbb441998c064ce1b4f8ee4f33bce1e.zip
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index eab2073a4a..59300d5790 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,36 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
+ "dataLabels" : {
+ "align" : "right",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF"
+ },
"name" : "Contributions",
"data" : [
[
@@ -18,45 +39,24 @@
],
[
"Perl",
- 8378
+ 8380
],
[
"Raku",
4979
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10
- }
+ ]
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-07-09 21:58:03 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-09 22:05:31 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
}