From 7d65666c811d7cfcd67d75c6f6cf5274e326e1da Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Mon, 24 Jan 2022 15:43:06 +0100
Subject: [PATCH] Change tooltip option

---
 models/acc_operation.py | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/models/acc_operation.py b/models/acc_operation.py
index c4d7329..527e7d0 100644
--- a/models/acc_operation.py
+++ b/models/acc_operation.py
@@ -702,13 +702,6 @@ class AccOperation(models.Model):
                     }]
                 },
                 'tooltips': {
-                    'backgroundColor': '#f5f5f5',
-                    'titleFontColor': '#333',
-                    'bodyFontColor': '#666',
-                    'bodySpacing': 4,
-                    'xPadding': 12,
-                    'mode': 'nearest',
-                    'intersect': 0,
                 }
             }
         }
@@ -774,13 +767,6 @@ class AccOperation(models.Model):
                     }
                 },
                 'tooltips': {
-                    'backgroundColor': '#f5f5f5',
-                    'titleFontColor': '#333',
-                    'bodyFontColor': '#666',
-                    'bodySpacing': 4,
-                    'xPadding': 12,
-                    'mode': 'nearest',
-                    'intersect': 0,
                 }
             }
         }
@@ -925,13 +911,6 @@ class AccOperation(models.Model):
                     'animateScale': True,
                 },
                 'tooltips': {
-                    'backgroundColor': '#f5f5f5',
-                    'titleFontColor': '#333',
-                    'bodyFontColor': '#666',
-                    'bodySpacing': 4,
-                    'xPadding': 12,
-                    'mode': 'nearest',
-                    'intersect': 0,
                 }
             }
         }
@@ -1013,13 +992,6 @@ class AccOperation(models.Model):
                     }]
                 },
                 'tooltips': {
-                    'backgroundColor': '#f5f5f5',
-                    'titleFontColor': '#333',
-                    'bodyFontColor': '#666',
-                    'bodySpacing': 4,
-                    'xPadding': 12,
-                    'mode': 'nearest',
-                    'intersect': 0,
                 },
             }
         }
-- 
GitLab