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

Type parameters

  • T

Hierarchy

  • Line

Callable

  • __call(data: T[]): string

Index

Methods

defined

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

interpolate

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

tension

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

x

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

y

  • y(): number | function
  • y(x: number): Line<T>
  • y(y: function): Line<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