aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index eb6b73cd3d..25ff462401 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "subtitle" : {
- "text" : "Last updated at 2020-08-25 13:09:43 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "color" : "#FFFFFF",
+ "y" : 10,
"align" : "right",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "enabled" : "true"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
},
"data" : [
[
"Blog",
- 919
+ 952
],
[
"Perl",
- 3106
+ 3198
],
[
"Raku",
- 2029
+ 2083
]
]
}
- ]
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-07 09:42:48 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}