aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-29 20:58:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-29 20:58:38 +0100
commit1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06 (patch)
tree5d6f0461cb0c67fc3798ccb54605be08eb4b00ee /stats/pwc-language-breakdown-summary.json
parent6b5119565534366862e22e40c417e1e7f4e2d457 (diff)
downloadperlweeklychallenge-club-1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06.tar.gz
perlweeklychallenge-club-1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06.tar.bz2
perlweeklychallenge-club-1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06.zip
- Added solution by Steven Wilson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9d6c5c78d0..30ecbae9c2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,52 +1,18 @@
{
- "series" : [
- {
- "data" : [
- [
- "Blog",
- 2742
- ],
- [
- "Perl",
- 8531
- ],
- [
- "Raku",
- 5078
- ]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "y" : 10,
- "color" : "#FFFFFF"
- }
- }
- ],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
"subtitle" : {
- "text" : "Last updated at 2022-07-29 17:57:40 GMT"
+ "text" : "Last updated at 2022-07-29 19:56:29 GMT"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"title" : {
@@ -57,7 +23,41 @@
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "series" : [
+ {
+ "dataLabels" : {
+ "rotation" : -90,
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "name" : "Contributions",
+ "data" : [
+ [
+ "Blog",
+ 2742
+ ],
+ [
+ "Perl",
+ 8532
+ ],
+ [
+ "Raku",
+ 5078
+ ]
+ ]
+ }
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}