Skip to content

Commit

Permalink
fix(Bar): revert the strokeFirst to stroke null following the reviewe…
Browse files Browse the repository at this point in the history
…d changes
  • Loading branch information
DevitX authored Nov 12, 2024
1 parent 480b7f9 commit 47e5928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/bar/BarView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 47e5928

Please sign in to comment.