Skip to content

Commit b659983

Browse files
committed
fix(chart): ensure last item in line & area chart is not perceived as 0
1 parent 82bfa3b commit b659983

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/chart/partial-styles/_area_line.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
1%
5353
);
5454
}
55+
56+
&:last-of-type {
57+
&:before {
58+
display: none;
59+
}
60+
}
5561
}
5662
}
5763

0 commit comments

Comments
 (0)