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 8504e6d482..383db46c20 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,22 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"subtitle" : {
- "text" : "Last updated at 2020-07-03 17:06:32 GMT"
+ "text" : "Last updated at 2020-07-04 10:08:24 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
- "dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -35,29 +24,40 @@
],
[
"Perl",
- 2775
+ 2777
],
[
"Raku",
- 1767
+ 1769
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true"
+ }
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "yAxis" : {
- "title" : {
- "text" : null
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
- "min" : 0
+ "type" : "category"
}
}