⚠️ Oops! This page doesn't appear to define a
type
called
_
.
Show navigation
Search
Home
Page Contents
D3_Area
t
accessor
make
x
x0
x1
y
y0
y1
defined
curve
context
getContext
lineX0
lineX1
lineY0
lineY1
Package modules
LineChart
D3
D3_Area
D3_Array
D3_Axis
D3_Curve
D3_Line
D3_RootSelection
D3_Scale
D3_Selection
JsDom
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