mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
I'm a drunk.
This commit is contained in:
parent
b13a8205a4
commit
a2064535c8
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
Loading…
Reference in a new issue