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.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4cc5851f6c..3a9bdb56d8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,9 @@
{
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
},
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-04-22 22:03:45 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
@@ -26,13 +11,25 @@
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"series" : [
{
"name" : "Contributions",
"data" : [
[
"Blog",
- 631
+ 633
],
[
"Perl",
@@ -44,20 +41,23 @@
]
],
"dataLabels" : {
+ "rotation" : -90,
"y" : 10,
"format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
"color" : "#FFFFFF",
+ "enabled" : "true",
"align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
}
],
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-22 22:37:04 GMT"
}
}