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

Type parameters

  • Datum

Hierarchy

  • HierarchyCircularNode

Index

Properties

children

children: Array<HierarchyCircularNode<Datum>>

data

data: Datum

depth

depth: number

height

height: number

id

id: string

Optional Node Id string set by StratifyOperator, if hierarchical data was created from tabular data using stratify()

parent

parent: HierarchyCircularNode<Datum> | null

r

r: number

value

value: number

Aggregated numeric value as calculated by sum(value) or count(), if previously invoked.

x

x: number

y

y: number

Methods

ancestors

copy

count

  • count()

descendants

each

  • each(func: function)

eachAfter

  • eachAfter(func: function)

eachBefore

  • eachBefore(func: function)

leaves

links

path

sort

  • sort(compare: function)

sum

  • sum(value: function)
  • Parameters

    • value: function
        • (d: Datum): number
        • Parameters

          • d: Datum

          Returns number

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