diff --git a/www/plugins/graph/js/controllers/account-controllers.js b/www/plugins/graph/js/controllers/account-controllers.js
index 7fcb2c61ca39a109ebe40912e44e4d2ab4ab7960..ad5cc64e645a6cc49eeda81aab21fb85a8c182b0 100644
--- a/www/plugins/graph/js/controllers/account-controllers.js
+++ b/www/plugins/graph/js/controllers/account-controllers.js
@@ -223,6 +223,7 @@ function GpAccountBalanceController($scope, $controller, $q, $state, $filter, $t
           },
           tooltips: {
             enabled: true,
+            intersect: false,
             mode: 'index',
             callbacks: {
               label: function(tooltipItems, data) {
@@ -495,6 +496,7 @@ function GpAccountCertificationController($scope, $controller, $q, $state, $filt
           },
           tooltips: {
             enabled: true,
+            intersect: false,
             mode: 'index',
             callbacks: {
               label: function(tooltipItems, data) {
diff --git a/www/plugins/graph/js/controllers/blockchain-controllers.js b/www/plugins/graph/js/controllers/blockchain-controllers.js
index d15f2650fc34bdef7a0a78be61c4d6d198d1470c..1b219851e9fe299f1d5121f133c11056ca28a0e9 100644
--- a/www/plugins/graph/js/controllers/blockchain-controllers.js
+++ b/www/plugins/graph/js/controllers/blockchain-controllers.js
@@ -146,6 +146,7 @@ function GpBlockchainTxCountController($scope, $controller, $q, $state, $filter,
           },
           tooltips: {
             enabled: true,
+            intersect: false,
             mode: 'index',
             callbacks: {
               label: function(tooltipItems, data) {
diff --git a/www/plugins/graph/js/controllers/currency-controllers.js b/www/plugins/graph/js/controllers/currency-controllers.js
index caaaadff7eeed90683e59b7c178c84350eeb370d..d4ba962eb0c36481b3dab4407fd936a69f4356f0 100644
--- a/www/plugins/graph/js/controllers/currency-controllers.js
+++ b/www/plugins/graph/js/controllers/currency-controllers.js
@@ -230,6 +230,7 @@ function GpCurrencyMonetaryMassController($scope, $controller, $q, $state, $tran
           },
           tooltips: {
             enabled: true,
+            intersect: false,
             mode: 'index',
             callbacks: {
               label: function(tooltipItems, data) {
@@ -389,6 +390,7 @@ function GpCurrencyDUController($scope, $q, $controller, $translate, gpColor, gp
           },
           tooltips: {
             enabled: true,
+            intersect: false,
             mode: 'index',
             callbacks: {
               label: function(tooltipItems, data) {
diff --git a/www/plugins/graph/js/controllers/docstats-controllers.js b/www/plugins/graph/js/controllers/docstats-controllers.js
index 2052e4b3734686ee9a9ba608a283bf1da12afbcc..e1ca9df220e1470e699cbaaeb03482f3093dc776 100644
--- a/www/plugins/graph/js/controllers/docstats-controllers.js
+++ b/www/plugins/graph/js/controllers/docstats-controllers.js
@@ -222,6 +222,7 @@ function GpDocStatsController($scope, $state, $controller, $q, $translate, gpCol
     },
     tooltips: {
       enabled: true,
+      intersect: false,
       mode: 'index',
       callbacks: {
         label: function(tooltipItems, data) {
diff --git a/www/plugins/graph/js/controllers/synchro-controllers.js b/www/plugins/graph/js/controllers/synchro-controllers.js
index c421649224fca535fbdfbaa83f4cfef0d047f285..4e24cfc5a79c67be7c9ad5187d6da21c27d632dd 100644
--- a/www/plugins/graph/js/controllers/synchro-controllers.js
+++ b/www/plugins/graph/js/controllers/synchro-controllers.js
@@ -125,6 +125,7 @@ function GpSynchroController($scope, $controller, $q, $translate, gpColor, gpDat
     },
     tooltips: {
       enabled: true,
+      intersect: false,
       mode: 'index',
       callbacks: {
         label: function(tooltipItems, data) {