From 35373e94d3d88d928f6bf94e592c1ec48c23c66c Mon Sep 17 00:00:00 2001 From: Vladimir Lugovsky Date: Mon, 23 Nov 2015 17:38:29 +0300 Subject: [PATCH] feat(dashboardChart): fix some dashboard chart data --- src/app/pages/dashboard/widgets/amChart/amChart.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pages/dashboard/widgets/amChart/amChart.js b/src/app/pages/dashboard/widgets/amChart/amChart.js index 5bc5172..c41c735 100644 --- a/src/app/pages/dashboard/widgets/amChart/amChart.js +++ b/src/app/pages/dashboard/widgets/amChart/amChart.js @@ -16,7 +16,7 @@ blurAdminApp.directive('amChart', function () { { date: new Date(2013, 5), value: 31000}, { date: new Date(2013, 6), value: 40000}, { date: new Date(2013, 7), value: 37000}, - { date: new Date(2013, 8), value: 20000}, + { date: new Date(2013, 8), value: 18000}, { date: new Date(2013, 9), value: 5000}, { date: new Date(2013, 10), value: 40000}, { date: new Date(2013, 11), value: 20000}, @@ -51,8 +51,8 @@ blurAdminApp.directive('amChart', function () { graphs: [ { id: 'g1', - bullet: 'round', - bulletSize: 8, + bullet: 'none', + //bulletSize: 8, useLineColorForBulletBorder: true, lineColor: colorPrimary, lineThickness: 1,