Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VennDiagramLayoutProps

Hierarchy

  • UpSetBaseLayoutProps
    • VennDiagramLayoutProps

Index

Properties

height

height: number

height of the chart

Optional layout

layout?: IVennDiagramLayoutGenerator

function used to perform the venn diagram layout

Optional padding

padding?: number

padding within the svg

default

5

Optional setLabelOffsets

setLabelOffsets?: readonly { x: number; y: number }[]

optional offsets for the x and y positions of each set label

width

width: number

width of the chart