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 88ca648ec1..e439d98c6a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -8,12 +8,27 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
"data" : [
[
"Blog",
- 1508
+ 1509
],
[
"Perl",
@@ -24,40 +39,25 @@
3290
]
],
- "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "align" : "right",
+ "enabled" : "true",
"rotation" : -90,
- "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
"format" : "{point.y:.0f}",
- "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-04-27 16:24:32 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-27 16:30:11 GMT"
}
}