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

Type parameters

  • T

Hierarchy

  • Area

Callable

  • __call(data: T[]): string

Index

Methods

defined

  • defined(): function
  • defined(defined: function): Area<T>

interpolate

  • interpolate(): string | function
  • interpolate(interpolate: "linear"): Area<T>
  • interpolate(interpolate: "step"): Area<T>
  • interpolate(interpolate: "step-before"): Area<T>
  • interpolate(interpolate: "step-after"): Area<T>
  • interpolate(interpolate: "basis"): Area<T>
  • interpolate(interpolate: "basis-open"): Area<T>
  • interpolate(interpolate: "cardinal"): Area<T>
  • interpolate(interpolate: "cardinal-open"): Area<T>
  • interpolate(interpolate: "monotone"): Area<T>
  • interpolate(interpolate: string): Area<T>

tension

  • tension(): number
  • tension(tension: number): Area<T>

x

  • x(): number | function
  • x(x: number): Area<T>
  • x(x: function): Area<T>

x0

  • x0(): number | function
  • x0(x0: number): Area<T>
  • x0(x0: function): Area<T>

x1

  • x1(): number | function
  • x1(x1: number): Area<T>
  • x1(x1: function): Area<T>

y

  • y(): number | function
  • y(y: number): Area<T>
  • y(y: function): Area<T>

y0

  • y0(): number | function
  • y0(y0: number): Area<T>
  • y0(y0: function): Area<T>

y1

  • y1(): number | function
  • y1(y1: number): Area<T>
  • y1(y1: function): Area<T>

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