IGNITE-8643 Web Console: Fixed issue with charts legend on Queries screen.

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

Branch: refs/heads/ignite-8446
Commit: c540c5d135ecd9dc62c68000dbde3d376c711da0
Parents: 4d9e52b
Author: Alexey Kuznetsov <akuznet...@apache.org>
Authored: Fri Jul 6 15:13:59 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Fri Jul 6 15:13:59 2018 +0700

----------------------------------------------------------------------
 .../components/queries-notebook/controller.js           | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c540c5d1/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js
 
b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js
index d5996e3..ad76df2 100644
--- 
a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js
+++ 
b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js
@@ -593,7 +593,7 @@ export class NotebookCtrl {
                         showControls: true,
                         legend: {
                             vers: 'furious',
-                            margin: {right: -25}
+                            margin: {right: -15}
                         }
                     }
                 };
@@ -659,9 +659,7 @@ export class NotebookCtrl {
                             donutRatio: 0.35,
                             legend: {
                                 vers: 'furious',
-                                margin: {
-                                    right: -25
-                                }
+                                margin: {right: -15}
                             }
                         },
                         title: {
@@ -701,9 +699,7 @@ export class NotebookCtrl {
                         useInteractiveGuideline: true,
                         legend: {
                             vers: 'furious',
-                            margin: {
-                                right: -25
-                            }
+                            margin: {right: -15}
                         }
                     }
                 };
@@ -745,7 +741,7 @@ export class NotebookCtrl {
                         style,
                         legend: {
                             vers: 'furious',
-                            margin: {right: -25}
+                            margin: {right: -15}
                         }
                     }
                 };

Reply via email to