diff --git a/src/chart/bar/BarView.ts b/src/chart/bar/BarView.ts index b8745d2021..a34cc153a0 100644 --- a/src/chart/bar/BarView.ts +++ b/src/chart/bar/BarView.ts @@ -1177,7 +1177,7 @@ function createLarge( group.add(el); el.useStyle(data.getVisual('style')); // Stroke is rendered first to avoid overlapping with fill - el.style.strokeFirst = true; + el.style.stroke = null; // Enable tooltip and user mouse/touch event handlers. getECData(el).seriesIndex = seriesModel.seriesIndex;