Skip to content

Commit 9a0133b

Browse files
author
lflangis
committed
feat(chart): FLUI-145 add total row, add dual venn mode
1 parent 8f7af17 commit 9a0133b

File tree

3 files changed

+403
-255
lines changed

3 files changed

+403
-255
lines changed

packages/ui/src/components/Charts/Venn/VennSkeleton.module.css

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
gap: 16px;
55
}
66

7+
.input {
8+
bottom: 16px;
9+
display: block;
10+
height: 100%;
11+
position: absolute;
12+
width: 100%;
13+
}
14+
715
.skeleton .tables {
816
display: flex;
917
flex-direction: column;

0 commit comments

Comments
 (0)