fix(dashboard): siple chart fixes

pull/3/head
Vladimir Lugovsky 2015-11-25 15:57:52 +03:00
parent 0270c0cad2
commit 413d9a4589
1 changed files with 2 additions and 1 deletions

View File

@ -40,11 +40,12 @@ blurAdminApp.directive('amChart', function () {
var chart = AmCharts.makeChart('amchart', {
type: 'serial',
theme: 'blur',
marginTop: 0,
marginTop: 15,
marginRight: 15,
dataProvider: chartData,
valueAxes: [
{
minVerticalGap: 50,
gridAlpha: 0
}
],