I'm a drunk.

This commit is contained in:
Michael 2017-04-20 16:51:08 -04:00
parent b13a8205a4
commit a2064535c8

View file

@ -38,13 +38,13 @@ var chart = AmCharts.makeChart( "c_bugs", {
"status": "Needs attention", "status": "Needs attention",
"amount": @notfixedbugs "amount": @notfixedbugs
}], }],
"valueField": "status", "valueField": "amount",
"titleField": "amount", "titleField": "status",
"balloon":{ "balloon":{
"fixedPosition":true "fixedPosition":true
}, },
"export": { "export": {
"enabled": true "enabled": false
} }
} ); } );
</script> </script>