aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-13 20:53:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-13 20:53:11 +0100
commitd00ce4c9c3d962d3a60e515f455e271bae7e5bd4 (patch)
tree4b3e5f3c75b9481e9f56288622939b59c92ff7d3 /stats/pwc-language-breakdown-summary.json
parent6d3161a7dc5d8fa88ebb80c34a77bfe5073f337d (diff)
downloadperlweeklychallenge-club-d00ce4c9c3d962d3a60e515f455e271bae7e5bd4.tar.gz
perlweeklychallenge-club-d00ce4c9c3d962d3a60e515f455e271bae7e5bd4.tar.bz2
perlweeklychallenge-club-d00ce4c9c3d962d3a60e515f455e271bae7e5bd4.zip
- Added solutions by W. Luis Mochan.
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 24ace51f58..4b710f9046 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,15 @@
{
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
"series" : [
{
"name" : "Contributions",
"data" : [
[
"Blog",
- 1720
+ 1721
],
[
"Perl",
- 5756
+ 5758
],
[
"Raku",
@@ -35,29 +17,47 @@
]
],
"dataLabels" : {
- "enabled" : "true",
+ "format" : "{point.y:.0f}",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
"y" : 10,
- "align" : "right"
+ "color" : "#FFFFFF",
+ "rotation" : -90
}
}
],
"legend" : {
"enabled" : "false"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"subtitle" : {
- "text" : "Last updated at 2021-07-13 17:46:16 GMT"
+ "text" : "Last updated at 2021-07-13 19:52:41 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
}
}