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 } } ); \ No newline at end of file