⚠️ Oops! This page doesn't appear to define a type called _.

D3_Area

This module does not have a toplevel documentation block.

type t

type accessor('a) = ('a, int, array('a)) => float

let make: unit => t

let x: (t, accessor('a)) => t

let x0: (t, accessor('a)) => t

let x1: (t, accessor('a)) => t

let y: (t, accessor('a)) => t

let y0: (t, accessor('a)) => t

let y1: (t, accessor('a)) => t

let defined: (t, ('a, int, array('a)) => bool) => t

let curve: (t, D3_Curve.t) => t

let context: (t, 'a) => t

let getContext: (t, unit) => 'a

let lineX0: (t, unit) => 'a

let lineX1: (t, unit) => 'a

let lineY0: (t, unit) => 'a

let lineY1: (t, unit) => 'a