aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-20 23:09:18 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-20 23:09:18 +0100
commite8d542f14c2ba774ca9170f77b8fe83f898a45ca (patch)
tree80d2d56c87110edaf9d67654e5ad3327ec12fec0 /stats/pwc-language-breakdown-summary.json
parent026954ce419d207e85357f97a1e8cb1b180ce4ad (diff)
downloadperlweeklychallenge-club-e8d542f14c2ba774ca9170f77b8fe83f898a45ca.tar.gz
perlweeklychallenge-club-e8d542f14c2ba774ca9170f77b8fe83f898a45ca.tar.bz2
perlweeklychallenge-club-e8d542f14c2ba774ca9170f77b8fe83f898a45ca.zip
- Added solution by Ozzy.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 56773b3eac..5ebf857eba 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,15 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"series" : [
{
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
@@ -24,40 +21,43 @@
],
[
"Perl 6",
- 747
+ 748
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "align" : "right",
+ "format" : "{point.y:.0f}"
+ }
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-20 22:08:30 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-10-20 20:48:36 GMT"
- },
- "chart" : {
- "type" : "column"
+ }
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}