mdt-charts 1.15.1 → 1.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
|
|
119
119
|
width: max-content;
|
|
120
120
|
max-width: 500px;
|
|
121
|
+
will-change: filter;
|
|
121
122
|
}
|
|
122
123
|
.mdt-charts-tooltip-content {
|
|
123
124
|
position: relative;
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
flex: 0;
|
|
186
187
|
}
|
|
187
188
|
.tooltip-field-value {
|
|
188
|
-
margin-left:
|
|
189
|
+
margin-left: 1.5em;
|
|
189
190
|
white-space: nowrap;
|
|
190
191
|
}
|
|
191
192
|
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
|
|
119
119
|
width: max-content;
|
|
120
120
|
max-width: 500px;
|
|
121
|
+
will-change: filter;
|
|
121
122
|
}
|
|
122
123
|
.mdt-charts-tooltip-content {
|
|
123
124
|
position: relative;
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
flex: 0;
|
|
186
187
|
}
|
|
187
188
|
.tooltip-field-value {
|
|
188
|
-
margin-left:
|
|
189
|
+
margin-left: 1.5em;
|
|
189
190
|
white-space: nowrap;
|
|
190
191
|
}
|
|
191
192
|
|