Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VennDiagramDataProps<T>

Type parameters

  • T

Hierarchy

Index

Properties

Optional combinations

combinations?: ISetCombinations<T> | { mergeColors?: any }

the set combinations to visualize or the generation options to generate the distinct set combinations by default all set distinct intersections are computed

sets

sets: ISets<T>

the sets to visualize

Methods

Optional toElemKey

  • toElemKey(elem: T): string

Optional toKey

Optional valueFormat

  • valueFormat(cardinality: number): string