@evergis/charts 2.0.135 → 2.0.137
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.
package/dist/charts.esm.js
CHANGED
|
@@ -746,7 +746,7 @@ const drawTooltip = _ref => {
|
|
|
746
746
|
const format$1 = format(',');
|
|
747
747
|
const pieTooltipContainer = select(container).select("." + pieChartclassNames.pieTooltipContainer);
|
|
748
748
|
const isEmpty = pieTooltipContainer.empty();
|
|
749
|
-
const tooltipContainer = isEmpty ? select(container).append('div').attr('class', pieChartclassNames.pieTooltipContainer + " " + (tooltipClassName || '')).style('position', 'absolute').style('opacity', '0') : pieTooltipContainer;
|
|
749
|
+
const tooltipContainer = isEmpty ? select(container).append('div').attr('class', pieChartclassNames.pieTooltipContainer + " " + (tooltipClassName || '')).style('position', 'absolute').style('opacity', '0').style('z-index', '103') : pieTooltipContainer;
|
|
750
750
|
|
|
751
751
|
if (tooltipStyle) {
|
|
752
752
|
Object.entries(tooltipStyle).forEach(_ref2 => {
|