summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Developer/index.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-20 16:51:08 -0400
committerMichael <[email protected]>2017-04-20 16:51:08 -0400
commita2064535c8edee6d1d02bfa8c7a7bbe7e6eaad14 (patch)
treed7b986a91ef99cd3a821a4dd6fb03f2dc3422ed1 /Project-Unite/Views/Developer/index.cshtml
parentb13a8205a44140221cfd9b4d0eb9c6838645087c (diff)
downloadproject-unite-a2064535c8edee6d1d02bfa8c7a7bbe7e6eaad14.tar.gz
project-unite-a2064535c8edee6d1d02bfa8c7a7bbe7e6eaad14.tar.bz2
project-unite-a2064535c8edee6d1d02bfa8c7a7bbe7e6eaad14.zip
I'm a drunk.
Diffstat (limited to 'Project-Unite/Views/Developer/index.cshtml')
-rw-r--r--Project-Unite/Views/Developer/index.cshtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Project-Unite/Views/Developer/index.cshtml b/Project-Unite/Views/Developer/index.cshtml
index f0f3329..a8475df 100644
--- a/Project-Unite/Views/Developer/index.cshtml
+++ b/Project-Unite/Views/Developer/index.cshtml
@@ -38,13 +38,13 @@ var chart = AmCharts.makeChart( "c_bugs", {
"status": "Needs attention",
"amount": @notfixedbugs
}],
- "valueField": "status",
- "titleField": "amount",
+ "valueField": "amount",
+ "titleField": "status",
"balloon":{
"fixedPosition":true
},
"export": {
- "enabled": true
+ "enabled": false
}
} );
</script> \ No newline at end of file