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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5f8d22977d..94604b2155 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,30 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-30 20:01:05 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2021-05-30 19:56:42 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -36,7 +32,7 @@
],
[
"Perl",
- 5393
+ 5394
],
[
"Raku",
@@ -44,20 +40,24 @@
]
],
"dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "format" : "{point.y:.0f}"
- }
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}