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

D3_Line

This module does not have a toplevel documentation block.

type t

let make: unit => t

let x: (t, ('a, int, array('a)) => float) => t

let y: (t, ('a, int, array('a)) => float) => 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