aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-17 17:16:12 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-17 17:16:12 +0100
commit80af7bd3f960b97c76a2eea0937a650c959638f4 (patch)
tree6ee12974bdf7d518c9e865ec093e4abb74fb8d4c /stats/pwc-language-breakdown-summary.json
parentd47108fb2faeb3b23f6ad108fc6685586d87b88c (diff)
downloadperlweeklychallenge-club-80af7bd3f960b97c76a2eea0937a650c959638f4.tar.gz
perlweeklychallenge-club-80af7bd3f960b97c76a2eea0937a650c959638f4.tar.bz2
perlweeklychallenge-club-80af7bd3f960b97c76a2eea0937a650c959638f4.zip
- Added solution by Pete Houston.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 61528e7709..1d62c35d7f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,4 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2019-06-17 14:03:17 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"series" : [
{
"data" : [
@@ -38,7 +8,7 @@
],
[
"Perl 5",
- 490
+ 491
],
[
"Perl 6",
@@ -47,17 +17,47 @@
],
"name" : "Contributions",
"dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "y" : 10,
"color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
- "format" : "{point.y:.0f}",
"align" : "right",
- "rotation" : -90,
- "enabled" : "true"
+ "rotation" : -90
+ }
+ }
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-06-17 16:15:45 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
- ]
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}