Skip to content

Commit 5121ef9

Browse files
restore missing clip padding
1 parent 6cfe71b commit 5121ef9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/examples/pareto-chart.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
.height(360)
8484
.x(d3.scaleBand())
8585
.elasticX(true)
86+
.clipPadding(2)
8687
.xUnits(dc.units.ordinal)
8788
.group(pg)
8889
._rangeBandPadding(1)

0 commit comments

Comments
 (0)