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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6b4e8ed77c..74aa925e68 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,4 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"chart" : {
"type" : "column"
},
@@ -15,16 +6,16 @@
{
"name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "align" : "right",
+ "rotation" : -90,
"enabled" : "true",
- "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "y" : 10
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF"
},
"data" : [
[
@@ -33,7 +24,7 @@
],
[
"Perl",
- 3051
+ 3053
],
[
"Raku",
@@ -42,21 +33,30 @@
]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-08-17 19:11:01 GMT"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-17 19:15:31 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"legend" : {
"enabled" : "false"
}