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.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7b90417485..3dd27280a2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,10 @@
{
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
- 789
+ 790
],
[
"Perl",
@@ -27,37 +14,50 @@
"Raku",
1781
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"subtitle" : {
- "text" : "Last updated at 2020-07-06 00:19:45 GMT"
+ "text" : "Last updated at 2020-07-06 00:47:58 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
}
}