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.json84
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3e4fbe3aaf..2b9c69e1f5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,56 +1,22 @@
{
- "series" : [
- {
- "data" : [
- [
- "Blog",
- 3057
- ],
- [
- "Perl",
- 9429
- ],
- [
- "Raku",
- 5666
- ]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "align" : "right"
- }
- }
- ],
- "subtitle" : {
- "text" : "Last updated at 2022-11-28 13:59:38 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-28 14:20:11 GMT"
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
"min" : 0,
"title" : {
@@ -59,5 +25,39 @@
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
- }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "series" : [
+ {
+ "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "y" : 10,
+ "rotation" : -90,
+ "align" : "right"
+ },
+ "data" : [
+ [
+ "Blog",
+ 3063
+ ],
+ [
+ "Perl",
+ 9429
+ ],
+ [
+ "Raku",
+ 5668
+ ]
+ ]
+ }
+ ]
}