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",
"amount": @notfixedbugs
}],
"valueField": "status",
"titleField": "amount",
"valueField": "amount",
"titleField": "status",
"balloon":{
"fixedPosition":true
},
"export": {
"enabled": true
"enabled": false
}
} );
</script>