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.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9b27871e40..9ae2f470e6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,16 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -8,29 +20,25 @@
},
"type" : "category"
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2021-03-05 07:08:04 GMT"
},
"legend" : {
"enabled" : "false"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1371
+ 1372
],
[
"Perl",
- 4799
+ 4801
],
[
"Raku",
@@ -38,26 +46,18 @@
]
],
"dataLabels" : {
- "enabled" : "true",
- "color" : "#FFFFFF",
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
"format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
- "rotation" : -90
- }
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10
+ },
+ "name" : "Contributions"
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-03-05 07:01:15 GMT"
- }
+ ]
}