From a2064535c8edee6d1d02bfa8c7a7bbe7e6eaad14 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 20 Apr 2017 16:51:08 -0400 Subject: [PATCH] I'm a drunk. --- Project-Unite/Views/Developer/index.cshtml | 6 +++--- 1 file 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 } } ); \ No newline at end of file