This commit is contained in:
Scott Schneider 2015-02-20 21:52:19 +00:00
commit 46f7081319

View file

@ -136,7 +136,7 @@ d3.json( numbers_url,
stats_vmpooler_numbers__svg[ 'capacity' ]
.append( 'text' )
.text(
( stats_vmpooler_numbers__data__live[ 'capacity_percent' ] )
( stats_vmpooler_numbers__data__live[ 'capacity_percent' ].toFixed(1) )
)
.attr( {
'text-anchor': 'end',