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.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5a8f7cca2e..527ece6ea7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,15 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"yAxis" : {
"min" : 0,
@@ -11,19 +17,28 @@
"text" : null
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10
},
"data" : [
[
@@ -32,32 +47,17 @@
],
[
"Perl",
- 5162
+ 5164
],
[
"Raku",
- 3286
+ 3288
]
],
"name" : "Contributions"
}
],
"subtitle" : {
- "text" : "Last updated at 2021-04-26 16:10:19 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "text" : "Last updated at 2021-04-26 16:42:51 GMT"
}
}