summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views')
-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