* change story report UI.

This commit is contained in:
Catouse
2015-05-12 15:22:35 +08:00
parent 9c2bd0310e
commit 95dddf0336
9 changed files with 45 additions and 45 deletions
+2
View File
@@ -48,6 +48,8 @@ if($config->debug)
data.push({label: $row.find('.chart-label').text(), value: parseInt($row.find('.chart-value').text()), color: color, id: idx});
});
if(data.length > 4) options.scaleLabelPlacement = 'outside';
chart = $canvas.pieChart(data, options);
$canvas.on('mousemove', function(e)
{