You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/09/26 04:28:53 UTC

ignite git commit: IGNITE-843 Disable animation.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 14306f322 -> 512a833e0


IGNITE-843 Disable animation.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/512a833e
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/512a833e
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/512a833e

Branch: refs/heads/ignite-843
Commit: 512a833e00551c7bdb59dc2f5fea10693f55061e
Parents: 14306f3
Author: AKuznetsov <ak...@gridgain.com>
Authored: Sat Sep 26 09:28:55 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Sat Sep 26 09:28:55 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/controllers/sql-controller.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/512a833e/modules/control-center-web/src/main/js/controllers/sql-controller.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/sql-controller.js b/modules/control-center-web/src/main/js/controllers/sql-controller.js
index 2aeddc2..58e534a 100644
--- a/modules/control-center-web/src/main/js/controllers/sql-controller.js
+++ b/modules/control-center-web/src/main/js/controllers/sql-controller.js
@@ -787,6 +787,7 @@ consoleModule.controller('sqlController',
                     type: 'multiBarChart',
                     height: 400,
                     margin: {left: 70},
+                    duration: 0,
                     x: _xLbl,
                     y: _yVal,
                     xAxis: {
@@ -822,6 +823,7 @@ consoleModule.controller('sqlController',
                     chart: {
                         type: 'pieChart',
                         height: 400,
+                        duration: 0,
                         x: _xLbl,
                         y: _yVal,
                         showLabels: true,
@@ -865,6 +867,7 @@ consoleModule.controller('sqlController',
                     type: 'lineChart',
                     height: 400,
                     margin: {left: 70},
+                    duration: 0,
                     x: _xX,
                     y: _yY,
                     xAxis: {
@@ -898,6 +901,7 @@ consoleModule.controller('sqlController',
                     type: 'stackedAreaChart',
                     height: 400,
                     margin: {left: 70},
+                    duration: 0,
                     x: _xX,
                     y: _yY,
                     xAxis: {