axidio-styleguide-library1-v2 0.1.62 → 0.1.64
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.
|
@@ -7279,8 +7279,8 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7279
7279
|
.tickFormat(''))
|
|
7280
7280
|
// Remove hardcoded colors and use CSS variables
|
|
7281
7281
|
.style('color', 'var(--chart-grid-color)')
|
|
7282
|
-
.style('opacity', '
|
|
7283
|
-
|
|
7282
|
+
.style('opacity', '1');
|
|
7283
|
+
// .call((g) => g.select('.domain').remove());
|
|
7284
7284
|
}
|
|
7285
7285
|
var layer = svg
|
|
7286
7286
|
.selectAll('.layer')
|