aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-07 20:08:54 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-07 20:08:54 +0000
commit8a5e1efbc0ba582be84b61dcb7273cf6de962fea (patch)
tree07cac40c340ce71eb377373eb62c095473f6f954 /stats/pwc-language-breakdown-summary.json
parentbd72cefd554c328d7659160de0325d7edf5af0bf (diff)
downloadperlweeklychallenge-club-8a5e1efbc0ba582be84b61dcb7273cf6de962fea.tar.gz
perlweeklychallenge-club-8a5e1efbc0ba582be84b61dcb7273cf6de962fea.tar.bz2
perlweeklychallenge-club-8a5e1efbc0ba582be84b61dcb7273cf6de962fea.zip
- Added blog to week 145 by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json84
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3b49d55777..09f70c2a4e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,47 +1,10 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2164
+ 2165
],
[
"Perl",
@@ -51,13 +14,50 @@
"Raku",
4241
]
- ]
+ ],
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "align" : "right",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-01-07 09:51:12 GMT"
- },
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-07 18:54:05 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
}
}