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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 56edce6670..15da659371 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,16 @@
{
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"title" : {
"text" : null
@@ -13,11 +19,10 @@
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2260
+ 2261
],
[
"Perl",
@@ -29,35 +34,30 @@
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
"y" : 10,
- "color" : "#FFFFFF",
- "enabled" : "true",
"rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"align" : "right",
+ "enabled" : "true",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "name" : "Contributions"
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"subtitle" : {
- "text" : "Last updated at 2022-02-10 08:18:10 GMT"
+ "text" : "Last updated at 2022-02-10 10:18:41 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}