mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +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",
|
"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>
|
Loading…
Add table
Reference in a new issue