WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

chord

  • Constructs a new chord diagram layout with the default settings.

    Returns ChordLayout

ribbon

  • Creates a new ribbon generator with the default settings.

    Returns RibbonGenerator<any, Ribbon, RibbonSubgroup>

  • Creates a new ribbon generator with the default settings.

    Accessor functions must be configured for the ribbon generator, should the datum types differ from the defaults.

    The first generic corresponds to the datum type representing a chord for which the ribbon is to be generated. The default type is Chord.

    The second generic corresponds to the datum type of the chord subgroup, i.e. source or target of the cord. The default type is ChordSubgroup.

    Type parameters

    • Datum

    • SubgroupDatum

    Returns RibbonGenerator<any, Datum, SubgroupDatum>

  • Creates a new ribbon generator with the default settings.

    Accessor functions must be configured for the ribbon generator, should the datum types differ from the defaults.

    The first generic corresponds to the type of the "this" context within which the ribbon generator and its accessor functions will be invoked.

    The second generic corresponds to the datum type representing a chord for which the ribbon is to be generated. The default type is Chord.

    The third generic corresponds to the datum type of the chord subgroup, i.e. source or target of the cord. The default type is ChordSubgroup.

    Type parameters

    • This

    • Datum

    • SubgroupDatum

    Returns RibbonGenerator<This, Datum, SubgroupDatum>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc