aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-02 07:14:55 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-02 07:14:55 +0000
commit8cf38d253f03126e8942b5b6936d50841d4e5954 (patch)
tree31c26061894a2543d9470afb6e98f58a3dacebc9 /stats/pwc-language-breakdown-summary.json
parent101f074b87a4356d716bf3cce087547cb0959b76 (diff)
downloadperlweeklychallenge-club-8cf38d253f03126e8942b5b6936d50841d4e5954.tar.gz
perlweeklychallenge-club-8cf38d253f03126e8942b5b6936d50841d4e5954.tar.bz2
perlweeklychallenge-club-8cf38d253f03126e8942b5b6936d50841d4e5954.zip
- Added template for Ryan Thompson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b8951dec14..a60cd427d9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,6 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "color" : "#FFFFFF"
- },
"name" : "Contributions",
"data" : [
[
@@ -36,12 +15,39 @@
"Perl 6",
790
]
- ]
+ ],
+ "dataLabels" : {
+ "rotation" : -90,
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
+ }
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2019-11-02 07:14:42 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"legend" : {
"enabled" : "false"
},
+ "chart" : {
+ "type" : "column"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
@@ -49,15 +55,9 @@
"text" : "Perl Weekly Challenge Contributions - 2019"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-11-02 07:05:29 GMT"
+ }
}
}