[{"href": "./index.html", "title": "Home", "contents": "Currently some of the typings are still quite loose/permissive, if you have any suggestions to tighten them up in an idiomatic OCaml way, please file an issue or PR.", "rendered": "Currently some of the typings are still quite loose/permissive, if you have any suggestions to tighten them up in an idiomatic OCaml way, please file an issue or PR.", "breadcrumb": "Home"},
{"href": "./index.html", "title": "Home", "contents": "d3 has a large API surface, so there&#39;s still a lot to do! However, the pieces are already in place to draw line and area charts", "rendered": "d3 has a large <a href=\"https://github.com/d3/d3/blob/master/API.md#paths-d3-path\" target=\"_blank\" rel=\"noopener nofollow\" title=\"\" class=\"external-link\">API surface</a>, so there&#39;s still a lot to do! However, the pieces are already in place to <a href=\"https://github.com/af/bs-d3/blob/master/examples/lineChart.re\" target=\"_blank\" rel=\"noopener nofollow\" title=\"\" class=\"external-link\">draw line and area charts</a>", "breadcrumb": "Home"},
{"href": "./index.html#Current-status", "title": "Current status", "contents": "", "rendered": "", "breadcrumb": "Home"},
{"href": "./index.html", "title": "code block", "contents": "# Install dependencies\nyarn\n\n# Start bucklescript in watch mode\nyarn start\n\n# In a separate terminal window, run webpack\nyarn webpack\n\n# Then open `./examples/index.html` and you should the line chart from `./examples/lineChart.re`", "rendered": "<pre><code># Install dependencies\nyarn\n\n# Start bucklescript in watch mode\nyarn start\n\n# In a separate terminal window, run webpack\nyarn webpack\n\n# Then open `./examples/index.html` and you should the line chart from `./examples/lineChart.re`</code></pre>", "breadcrumb": "Home"},
{"href": "./index.html#Setting-up-a-dev-environment", "title": "Setting up a dev environment", "contents": "", "rendered": "", "breadcrumb": "Home"},
{"href": "./index.html", "title": "code block", "contents": "print_endline(\"yolo!\");", "rendered": "<pre><code>print_endline(\"yolo!\");</code></pre>", "breadcrumb": "Home"},
{"href": "./index.html", "title": "Home", "contents": "Extremely incomplete and experimental; contributions welcome!", "rendered": "Extremely incomplete and experimental; contributions welcome!", "breadcrumb": "Home"},
{"href": "./index.html", "title": "Home", "contents": "WIP d3 5.x bindings for Bucklescript.", "rendered": "WIP <a href=\"https://github.com/d3/d3\" target=\"_blank\" rel=\"noopener nofollow\" title=\"\" class=\"external-link\">d3</a> 5.x bindings for <a href=\"https://github.com/bucklescript/bucklescript/\" target=\"_blank\" rel=\"noopener nofollow\" title=\"\" class=\"external-link\">Bucklescript</a>.", "breadcrumb": "Home"},
{"href": "./index.html#bs-d3", "title": "bs-d3", "contents": "", "rendered": "", "breadcrumb": "Home"},
{"href": "./index.html", "title": "Home", "contents": "Build Status", "rendered": "<a href=\"https://travis-ci.org/af/bs-d3\" target=\"_blank\" rel=\"noopener nofollow\" title=\"\" class=\"external-link\"><img src='https://travis-ci.org/af/bs-d3.svg?branch=master' alt='Build Status' /></a>", "breadcrumb": "Home"},
{"href": "./api/JsDom.html#value-attachD3", "title": "attachD3", "contents": "attachD3 Js t Selection t ", "rendered": "<h4 class='item'>let attachD3: Js.t(\n  &lt; window : &lt; document : &lt; body : 'c; .. &gt; Js.t; .. &gt; Js.t; .. &gt;\n) => <a href=\"./api/D3.html#module-Selection\" title=\"D3.Selection\">Selection</a>.<a href=\"./api/D3.html#type-Selection.t\">t</a></h4>", "breadcrumb": "JsDom"},
{"href": "./api/JsDom.html#value-selectAny", "title": "selectAny", "contents": "selectAny Selection t ", "rendered": "<h4 class='item'>let selectAny: 'a => <a href=\"./api/D3.html#module-Selection\" title=\"D3.Selection\">Selection</a>.<a href=\"./api/D3.html#type-Selection.t\">t</a></h4>", "breadcrumb": "JsDom"},
{"href": "./api/JsDom.html#value-make", "title": "make", "contents": "make string ", "rendered": "<h4 class='item'>let make: string => 'a</h4>", "breadcrumb": "JsDom"},
{"href": "./api/JsDom.html", "title": "JsDom", "contents": "@rest", "rendered": "@rest", "breadcrumb": "JsDom"},
{"href": "./api/JsDom.html", "title": "JsDom", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "JsDom"},
{"href": "./api/JsDom.html#JsDom", "title": "JsDom", "contents": "", "rendered": "", "breadcrumb": "JsDom"},
{"href": "./api/D3_Selection.html#value-callAxis", "title": "callAxis", "contents": "callAxis t D3_Axis t t  ", "rendered": "<h4 class='item'>let callAxis: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, <a href=\"./api/D3_Axis.html\">D3_Axis</a>.<a href=\"./api/D3_Axis.html#type-t\">t</a>) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-text", "title": "text", "contents": "text t string ", "rendered": "<h4 class='item'>let text: <a href=\"./api/D3_Selection.html#type-t\">t</a> => string</h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-exit", "title": "exit", "contents": "exit t t ", "rendered": "<h4 class='item'>let exit: <a href=\"./api/D3_Selection.html#type-t\">t</a> => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-enter", "title": "enter", "contents": "enter t t ", "rendered": "<h4 class='item'>let enter: <a href=\"./api/D3_Selection.html#type-t\">t</a> => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-size", "title": "size", "contents": "size t int ", "rendered": "<h4 class='item'>let size: <a href=\"./api/D3_Selection.html#type-t\">t</a> => int</h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-empty", "title": "empty", "contents": "empty t unit bool  ", "rendered": "<h4 class='item'>let empty: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, unit) => bool</h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-datum", "title": "datum", "contents": "datum t array t  ", "rendered": "<h4 class='item'>let datum: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, array('a)) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-data", "title": "data", "contents": "data t array t  ", "rendered": "<h4 class='item'>let data: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, array('a)) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-merge", "title": "merge", "contents": "merge t t t  ", "rendered": "<h4 class='item'>let merge: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, <a href=\"./api/D3_Selection.html#type-t\">t</a>) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-lower", "title": "lower", "contents": "lower t unit t  ", "rendered": "<h4 class='item'>let lower: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, unit) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-raise", "title": "raise", "contents": "raise t unit t  ", "rendered": "<h4 class='item'>let raise: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, unit) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-order", "title": "order", "contents": "order t unit t  ", "rendered": "<h4 class='item'>let order: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, unit) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-sort", "title": "sort", "contents": "sort t float   t  ", "rendered": "<h4 class='item'>let sort: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, ('a, 'a) => float) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-filterFnWithIndex", "title": "filterFnWithIndex", "contents": "filterFnWithIndex t Js Internal meth_callback bool t  ", "rendered": "<h4 class='item'>let filterFnWithIndex: (\n  <a href=\"./api/D3_Selection.html#type-t\">t</a>,\n  Js.Internal.meth_callback(\n    [ `Arity_3 of 'a0 * 'b * int ],\n    bool\n  )\n) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-filterFn", "title": "filterFn", "contents": "filterFn t Js Internal meth_callback bool t  ", "rendered": "<h4 class='item'>let filterFn: (\n  <a href=\"./api/D3_Selection.html#type-t\">t</a>,\n  Js.Internal.meth_callback([ `Arity_1 of 'a ], bool)\n) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-filter", "title": "filter", "contents": "filter t string t  ", "rendered": "<h4 class='item'>let filter: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-textFn", "title": "textFn", "contents": "textFn t int group string    t  ", "rendered": "<h4 class='item'>let textFn: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, ('a, int, <a href=\"./api/D3_Selection.html#type-group\">group</a>) => string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-styleFn", "title": "styleFn", "contents": "styleFn t string int group string    t   ", "rendered": "<h4 class='item'>let styleFn: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string, ('a, int, <a href=\"./api/D3_Selection.html#type-group\">group</a>) => string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-style", "title": "style", "contents": "style t string string t   ", "rendered": "<h4 class='item'>let style: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string, string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-classedFn", "title": "classedFn", "contents": "classedFn t string int group bool    t   ", "rendered": "<h4 class='item'>let classedFn: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string, ('a, int, <a href=\"./api/D3_Selection.html#type-group\">group</a>) => bool) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-classed", "title": "classed", "contents": "classed t string bool t   ", "rendered": "<h4 class='item'>let classed: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string, bool) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-attrFn", "title": "attrFn", "contents": "attrFn t string int group    t   ", "rendered": "<h4 class='item'>let attrFn: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string, ('a, int, <a href=\"./api/D3_Selection.html#type-group\">group</a>) => 'c) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-attr", "title": "attr", "contents": "attr t string t   ", "rendered": "<h4 class='item'>let attr: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string, 'a) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-remove", "title": "remove", "contents": "remove t t ", "rendered": "<h4 class='item'>let remove: <a href=\"./api/D3_Selection.html#type-t\">t</a> => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-insert", "title": "insert", "contents": "insert t string t  ", "rendered": "<h4 class='item'>let insert: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-append", "title": "append", "contents": "append t string t  ", "rendered": "<h4 class='item'>let append: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-selectAll", "title": "selectAll", "contents": "selectAll t string t  ", "rendered": "<h4 class='item'>let selectAll: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#value-select", "title": "select", "contents": "select t string t  ", "rendered": "<h4 class='item'>let select: (<a href=\"./api/D3_Selection.html#type-t\">t</a>, string) => <a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#type-group", "title": "group", "contents": "group ", "rendered": "<h4 class='item'>type group</h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#type-t", "title": "t", "contents": "t ", "rendered": "<h4 class='item'>type t</h4>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html", "title": "D3_Selection", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html", "title": "D3_Selection", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Selection.html#D3_Selection", "title": "D3_Selection", "contents": "", "rendered": "", "breadcrumb": "D3_Selection"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.ticks", "title": "MakeLinearFloat.ticks", "contents": "ticks t int array float  ", "rendered": "<h4 class='item'>let ticks: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, int) => array(float)</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.clamp", "title": "MakeLinearFloat.clamp", "contents": "clamp t bool t  ", "rendered": "<h4 class='item'>let clamp: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, bool) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.rangeRound", "title": "MakeLinearFloat.rangeRound", "contents": "rangeRound t array float t  ", "rendered": "<h4 class='item'>let rangeRound: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, array(float)) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.range", "title": "MakeLinearFloat.range", "contents": "range t array float t  ", "rendered": "<h4 class='item'>let range: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, array(float)) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.domain", "title": "MakeLinearFloat.domain", "contents": "domain t array float t  ", "rendered": "<h4 class='item'>let domain: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, array(float)) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.invert", "title": "MakeLinearFloat.invert", "contents": "invert t float float  ", "rendered": "<h4 class='item'>let invert: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, float) => float</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.call", "title": "MakeLinearFloat.call", "contents": "call float float ", "rendered": "<h4 class='item'>let call: float => float</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-MakeLinearFloat.instance", "title": "MakeLinearFloat.instance", "contents": "instance t", "rendered": "<h4 class='item'>let instance: <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#module-MakeLinearFloat", "title": "MakeLinearFloat", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#module-MakeLinearFloat", "title": "MakeLinearFloat", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#module-MakeLinearFloat", "title": "MakeLinearFloat", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.ticks", "title": "Make.ticks", "contents": "ticks t int array S domainT  ", "rendered": "<h4 class='item'>let ticks: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, int) => array(S.domainT)</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.clamp", "title": "Make.clamp", "contents": "clamp t bool t  ", "rendered": "<h4 class='item'>let clamp: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, bool) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.rangeRound", "title": "Make.rangeRound", "contents": "rangeRound t array S rangeT t  ", "rendered": "<h4 class='item'>let rangeRound: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, array(S.rangeT)) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.range", "title": "Make.range", "contents": "range t array S rangeT t  ", "rendered": "<h4 class='item'>let range: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, array(S.rangeT)) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.domain", "title": "Make.domain", "contents": "domain t array S domainT t  ", "rendered": "<h4 class='item'>let domain: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, array(S.domainT)) => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.invert", "title": "Make.invert", "contents": "invert t S rangeT S domainT  ", "rendered": "<h4 class='item'>let invert: (<a href=\"./api/D3_Scale.html#type-t\">t</a>, S.rangeT) => S.domainT</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.call", "title": "Make.call", "contents": "call S domainT S rangeT ", "rendered": "<h4 class='item'>let call: S.domainT => S.rangeT</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-Make.instance", "title": "Make.instance", "contents": "instance t", "rendered": "<h4 class='item'>let instance: <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#module-Make", "title": "Make", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#module-Make", "title": "Make", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-_makeTime", "title": "_makeTime", "contents": "_makeTime unit t ", "rendered": "<h4 class='item'>let _makeTime: unit => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-_makeSqrt", "title": "_makeSqrt", "contents": "_makeSqrt unit t ", "rendered": "<h4 class='item'>let _makeSqrt: unit => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-_makePow", "title": "_makePow", "contents": "_makePow unit t ", "rendered": "<h4 class='item'>let _makePow: unit => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-_makeLog", "title": "_makeLog", "contents": "_makeLog unit t ", "rendered": "<h4 class='item'>let _makeLog: unit => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#value-_makeLinear", "title": "_makeLinear", "contents": "_makeLinear unit t ", "rendered": "<h4 class='item'>let _makeLinear: unit => <a href=\"./api/D3_Scale.html#type-t\">t</a></h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#type-scaleT", "title": "scaleT", "contents": "scaleT ", "rendered": "<h4 class='item'>type scaleT = | Linear | Log | Pow | Sqrt | Time\n</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#type-t", "title": "t", "contents": "t ", "rendered": "<h4 class='item'>type t</h4>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html", "title": "D3_Scale", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html", "title": "D3_Scale", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_Scale.html#D3_Scale", "title": "D3_Scale", "contents": "", "rendered": "", "breadcrumb": "D3_Scale"},
{"href": "./api/D3_RootSelection.html#value-selectAll", "title": "selectAll", "contents": "selectAll string D3_Selection t ", "rendered": "<h4 class='item'>let selectAll: string => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_RootSelection"},
{"href": "./api/D3_RootSelection.html#value-select", "title": "select", "contents": "select string D3_Selection t ", "rendered": "<h4 class='item'>let select: string => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_RootSelection"},
{"href": "./api/D3_RootSelection.html#value-selectNode", "title": "selectNode", "contents": "selectNode Dom node D3_Selection t ", "rendered": "<h4 class='item'>let selectNode: Dom.node => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_RootSelection"},
{"href": "./api/D3_RootSelection.html#value-selection", "title": "selection", "contents": "selection unit D3_Selection t ", "rendered": "<h4 class='item'>let selection: unit => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3_RootSelection"},
{"href": "./api/D3_RootSelection.html", "title": "D3_RootSelection", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_RootSelection"},
{"href": "./api/D3_RootSelection.html", "title": "D3_RootSelection", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_RootSelection"},
{"href": "./api/D3_RootSelection.html#D3_RootSelection", "title": "D3_RootSelection", "contents": "", "rendered": "", "breadcrumb": "D3_RootSelection"},
{"href": "./api/D3_Line.html#value-getContext", "title": "getContext", "contents": "getContext t unit  ", "rendered": "<h4 class='item'>let getContext: (<a href=\"./api/D3_Line.html#type-t\">t</a>, unit) => 'a</h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#value-context", "title": "context", "contents": "context t t  ", "rendered": "<h4 class='item'>let context: (<a href=\"./api/D3_Line.html#type-t\">t</a>, 'a) => <a href=\"./api/D3_Line.html#type-t\">t</a></h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#value-curve", "title": "curve", "contents": "curve t D3_Curve t t  ", "rendered": "<h4 class='item'>let curve: (<a href=\"./api/D3_Line.html#type-t\">t</a>, <a href=\"./api/D3_Curve.html\">D3_Curve</a>.<a href=\"./api/D3_Curve.html#type-t\">t</a>) => <a href=\"./api/D3_Line.html#type-t\">t</a></h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#value-defined", "title": "defined", "contents": "defined t int array bool    t  ", "rendered": "<h4 class='item'>let defined: (<a href=\"./api/D3_Line.html#type-t\">t</a>, ('a, int, array('a)) => bool) => <a href=\"./api/D3_Line.html#type-t\">t</a></h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#value-y", "title": "y", "contents": "y t int array float    t  ", "rendered": "<h4 class='item'>let y: (<a href=\"./api/D3_Line.html#type-t\">t</a>, ('a, int, array('a)) => float) => <a href=\"./api/D3_Line.html#type-t\">t</a></h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#value-x", "title": "x", "contents": "x t int array float    t  ", "rendered": "<h4 class='item'>let x: (<a href=\"./api/D3_Line.html#type-t\">t</a>, ('a, int, array('a)) => float) => <a href=\"./api/D3_Line.html#type-t\">t</a></h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#value-make", "title": "make", "contents": "make unit t ", "rendered": "<h4 class='item'>let make: unit => <a href=\"./api/D3_Line.html#type-t\">t</a></h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#type-t", "title": "t", "contents": "t ", "rendered": "<h4 class='item'>type t</h4>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html", "title": "D3_Line", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html", "title": "D3_Line", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Line.html#D3_Line", "title": "D3_Line", "contents": "", "rendered": "", "breadcrumb": "D3_Line"},
{"href": "./api/D3_Curve.html#value-stepBefore", "title": "stepBefore", "contents": "stepBefore t", "rendered": "<h4 class='item'>let stepBefore: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-stepAfter", "title": "stepAfter", "contents": "stepAfter t", "rendered": "<h4 class='item'>let stepAfter: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-step", "title": "step", "contents": "step t", "rendered": "<h4 class='item'>let step: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-natural", "title": "natural", "contents": "natural t", "rendered": "<h4 class='item'>let natural: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-monotoneY", "title": "monotoneY", "contents": "monotoneY t", "rendered": "<h4 class='item'>let monotoneY: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-monotoneX", "title": "monotoneX", "contents": "monotoneX t", "rendered": "<h4 class='item'>let monotoneX: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-linearClosed", "title": "linearClosed", "contents": "linearClosed t", "rendered": "<h4 class='item'>let linearClosed: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-linear", "title": "linear", "contents": "linear t", "rendered": "<h4 class='item'>let linear: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-catmullRomOpen", "title": "catmullRomOpen", "contents": "catmullRomOpen t", "rendered": "<h4 class='item'>let catmullRomOpen: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-catmullRomClosed", "title": "catmullRomClosed", "contents": "catmullRomClosed t", "rendered": "<h4 class='item'>let catmullRomClosed: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-catmullRom", "title": "catmullRom", "contents": "catmullRom t", "rendered": "<h4 class='item'>let catmullRom: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-cardinalOpen", "title": "cardinalOpen", "contents": "cardinalOpen t", "rendered": "<h4 class='item'>let cardinalOpen: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-cardinalClosed", "title": "cardinalClosed", "contents": "cardinalClosed t", "rendered": "<h4 class='item'>let cardinalClosed: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-cardinal", "title": "cardinal", "contents": "cardinal t", "rendered": "<h4 class='item'>let cardinal: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-bundle", "title": "bundle", "contents": "bundle t", "rendered": "<h4 class='item'>let bundle: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-basisOpen", "title": "basisOpen", "contents": "basisOpen t", "rendered": "<h4 class='item'>let basisOpen: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-basisClosed", "title": "basisClosed", "contents": "basisClosed t", "rendered": "<h4 class='item'>let basisClosed: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#value-basis", "title": "basis", "contents": "basis t", "rendered": "<h4 class='item'>let basis: <a href=\"./api/D3_Curve.html#type-t\">t</a></h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#type-t", "title": "t", "contents": "t ", "rendered": "<h4 class='item'>type t</h4>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html", "title": "D3_Curve", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html", "title": "D3_Curve", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Curve.html#D3_Curve", "title": "D3_Curve", "contents": "", "rendered": "", "breadcrumb": "D3_Curve"},
{"href": "./api/D3_Axis.html#value-makeRight", "title": "makeRight", "contents": "makeRight D3_Scale t t ", "rendered": "<h4 class='item'>let makeRight: <a href=\"./api/D3_Scale.html\">D3_Scale</a>.<a href=\"./api/D3_Scale.html#type-t\">t</a> => <a href=\"./api/D3_Axis.html#type-t\">t</a></h4>", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Axis.html#value-makeLeft", "title": "makeLeft", "contents": "makeLeft D3_Scale t t ", "rendered": "<h4 class='item'>let makeLeft: <a href=\"./api/D3_Scale.html\">D3_Scale</a>.<a href=\"./api/D3_Scale.html#type-t\">t</a> => <a href=\"./api/D3_Axis.html#type-t\">t</a></h4>", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Axis.html#value-makeBottom", "title": "makeBottom", "contents": "makeBottom D3_Scale t t ", "rendered": "<h4 class='item'>let makeBottom: <a href=\"./api/D3_Scale.html\">D3_Scale</a>.<a href=\"./api/D3_Scale.html#type-t\">t</a> => <a href=\"./api/D3_Axis.html#type-t\">t</a></h4>", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Axis.html#value-makeTop", "title": "makeTop", "contents": "makeTop D3_Scale t t ", "rendered": "<h4 class='item'>let makeTop: <a href=\"./api/D3_Scale.html\">D3_Scale</a>.<a href=\"./api/D3_Scale.html#type-t\">t</a> => <a href=\"./api/D3_Axis.html#type-t\">t</a></h4>", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Axis.html#type-t", "title": "t", "contents": "t ", "rendered": "<h4 class='item'>type t</h4>", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Axis.html", "title": "D3_Axis", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Axis.html", "title": "D3_Axis", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Axis.html#D3_Axis", "title": "D3_Axis", "contents": "", "rendered": "", "breadcrumb": "D3_Axis"},
{"href": "./api/D3_Array.html#value-descending", "title": "descending", "contents": "descending int  ", "rendered": "<h4 class='item'>let descending: ('a, 'a) => int</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-ascending", "title": "ascending", "contents": "ascending int  ", "rendered": "<h4 class='item'>let ascending: ('a, 'a) => int</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-bisectRight", "title": "bisectRight", "contents": "bisectRight array option int option int unit int   lo hi ", "rendered": "<h4 class='item'>let bisectRight: (\n  array('a),\n  'a,\n  ~?lo: option(int),\n  ~?hi: option(int),\n  unit\n) => int</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-bisect", "title": "bisect", "contents": "bisect array option int option int unit int   lo hi ", "rendered": "<h4 class='item'>let bisect: (\n  array('a),\n  'a,\n  ~?lo: option(int),\n  ~?hi: option(int),\n  unit\n) => int</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-bisectLeft", "title": "bisectLeft", "contents": "bisectLeft array option int option int unit int   lo hi ", "rendered": "<h4 class='item'>let bisectLeft: (\n  array('a),\n  'a,\n  ~?lo: option(int),\n  ~?hi: option(int),\n  unit\n) => int</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-scan", "title": "scan", "contents": "scan array option   unit int  comp ", "rendered": "<h4 class='item'>let scan: (\n  array('a),\n  ~?comp: option(('a, 'a) => 'b),\n  unit\n) => int</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-deviation", "title": "deviation", "contents": "deviation fs option float  unit float  accessor ", "rendered": "<h4 class='item'>let deviation: (\n  <a href=\"./api/D3_Array.html#type-fs\">fs</a>,\n  ~?accessor: option('a => float),\n  unit\n) => float</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-variance", "title": "variance", "contents": "variance fs option float  unit float  accessor ", "rendered": "<h4 class='item'>let variance: (\n  <a href=\"./api/D3_Array.html#type-fs\">fs</a>,\n  ~?accessor: option('a => float),\n  unit\n) => float</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-quantile", "title": "quantile", "contents": "quantile fs float option float  unit float   accessor ", "rendered": "<h4 class='item'>let quantile: (\n  <a href=\"./api/D3_Array.html#type-fs\">fs</a>,\n  float,\n  ~?accessor: option('a => float),\n  unit\n) => float</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-median", "title": "median", "contents": "median array option  unit  accessor ", "rendered": "<h4 class='item'>let median: (\n  array('a),\n  ~?accessor: option('b => 'a),\n  unit\n) => 'a</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-mean", "title": "mean", "contents": "mean fs option float  unit float  accessor ", "rendered": "<h4 class='item'>let mean: (\n  <a href=\"./api/D3_Array.html#type-fs\">fs</a>,\n  ~?accessor: option('a => float),\n  unit\n) => float</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-sum", "title": "sum", "contents": "sum fs option float  unit float  accessor ", "rendered": "<h4 class='item'>let sum: (\n  <a href=\"./api/D3_Array.html#type-fs\">fs</a>,\n  ~?accessor: option('a => float),\n  unit\n) => float</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-extentTuple", "title": "extentTuple", "contents": "extentTuple array option  unit  accessor ", "rendered": "<h4 class='item'>let extentTuple: (\n  array('a),\n  ~?accessor: option('b => 'a),\n  unit\n) => ('a, 'a)</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-extent", "title": "extent", "contents": "extent array option  unit fs  accessor ", "rendered": "<h4 class='item'>let extent: (\n  array('a),\n  ~?accessor: option('b => 'a),\n  unit\n) => <a href=\"./api/D3_Array.html#type-fs\">fs</a></h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-max_", "title": "max_", "contents": "max_ array option  unit  accessor ", "rendered": "<h4 class='item'>let max_: (\n  array('a),\n  ~?accessor: option('b => 'a),\n  unit\n) => 'a</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#value-min_", "title": "min_", "contents": "min_ array option  unit  accessor ", "rendered": "<h4 class='item'>let min_: (\n  array('a),\n  ~?accessor: option('b => 'a),\n  unit\n) => 'a</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#type-fs", "title": "fs", "contents": "fs array float", "rendered": "<h4 class='item'>type fs = array(float)</h4>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html", "title": "D3_Array", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html", "title": "D3_Array", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Array.html#D3_Array", "title": "D3_Array", "contents": "", "rendered": "", "breadcrumb": "D3_Array"},
{"href": "./api/D3_Area.html#value-lineY1", "title": "lineY1", "contents": "lineY1 t unit  ", "rendered": "<h4 class='item'>let lineY1: (<a href=\"./api/D3_Area.html#type-t\">t</a>, unit) => 'a</h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-lineY0", "title": "lineY0", "contents": "lineY0 t unit  ", "rendered": "<h4 class='item'>let lineY0: (<a href=\"./api/D3_Area.html#type-t\">t</a>, unit) => 'a</h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-lineX1", "title": "lineX1", "contents": "lineX1 t unit  ", "rendered": "<h4 class='item'>let lineX1: (<a href=\"./api/D3_Area.html#type-t\">t</a>, unit) => 'a</h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-lineX0", "title": "lineX0", "contents": "lineX0 t unit  ", "rendered": "<h4 class='item'>let lineX0: (<a href=\"./api/D3_Area.html#type-t\">t</a>, unit) => 'a</h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-getContext", "title": "getContext", "contents": "getContext t unit  ", "rendered": "<h4 class='item'>let getContext: (<a href=\"./api/D3_Area.html#type-t\">t</a>, unit) => 'a</h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-context", "title": "context", "contents": "context t t  ", "rendered": "<h4 class='item'>let context: (<a href=\"./api/D3_Area.html#type-t\">t</a>, 'a) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-curve", "title": "curve", "contents": "curve t D3_Curve t t  ", "rendered": "<h4 class='item'>let curve: (<a href=\"./api/D3_Area.html#type-t\">t</a>, <a href=\"./api/D3_Curve.html\">D3_Curve</a>.<a href=\"./api/D3_Curve.html#type-t\">t</a>) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-defined", "title": "defined", "contents": "defined t int array bool    t  ", "rendered": "<h4 class='item'>let defined: (<a href=\"./api/D3_Area.html#type-t\">t</a>, ('a, int, array('a)) => bool) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-y1", "title": "y1", "contents": "y1 t accessor t  ", "rendered": "<h4 class='item'>let y1: (<a href=\"./api/D3_Area.html#type-t\">t</a>, <a href=\"./api/D3_Area.html#type-accessor\">accessor</a>('a)) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-y0", "title": "y0", "contents": "y0 t accessor t  ", "rendered": "<h4 class='item'>let y0: (<a href=\"./api/D3_Area.html#type-t\">t</a>, <a href=\"./api/D3_Area.html#type-accessor\">accessor</a>('a)) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-y", "title": "y", "contents": "y t accessor t  ", "rendered": "<h4 class='item'>let y: (<a href=\"./api/D3_Area.html#type-t\">t</a>, <a href=\"./api/D3_Area.html#type-accessor\">accessor</a>('a)) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-x1", "title": "x1", "contents": "x1 t accessor t  ", "rendered": "<h4 class='item'>let x1: (<a href=\"./api/D3_Area.html#type-t\">t</a>, <a href=\"./api/D3_Area.html#type-accessor\">accessor</a>('a)) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-x0", "title": "x0", "contents": "x0 t accessor t  ", "rendered": "<h4 class='item'>let x0: (<a href=\"./api/D3_Area.html#type-t\">t</a>, <a href=\"./api/D3_Area.html#type-accessor\">accessor</a>('a)) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-x", "title": "x", "contents": "x t accessor t  ", "rendered": "<h4 class='item'>let x: (<a href=\"./api/D3_Area.html#type-t\">t</a>, <a href=\"./api/D3_Area.html#type-accessor\">accessor</a>('a)) => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#value-make", "title": "make", "contents": "make unit t ", "rendered": "<h4 class='item'>let make: unit => <a href=\"./api/D3_Area.html#type-t\">t</a></h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#type-accessor", "title": "accessor", "contents": "accessor int array float   ", "rendered": "<h4 class='item'>type accessor('a) = ('a, int, array('a)) => float</h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#type-t", "title": "t", "contents": "t ", "rendered": "<h4 class='item'>type t</h4>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html", "title": "D3_Area", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html", "title": "D3_Area", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3_Area"},
{"href": "./api/D3_Area.html#D3_Area", "title": "D3_Area", "contents": "", "rendered": "", "breadcrumb": "D3_Area"},
{"href": "./api/D3.html#value-selectAll", "title": "selectAll", "contents": "selectAll string D3_Selection t ", "rendered": "<h4 class='item'>let selectAll: string => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3"},
{"href": "./api/D3.html#value-select", "title": "select", "contents": "select string D3_Selection t ", "rendered": "<h4 class='item'>let select: string => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3"},
{"href": "./api/D3.html#value-selectNode", "title": "selectNode", "contents": "selectNode Dom node D3_Selection t ", "rendered": "<h4 class='item'>let selectNode: Dom.node => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3"},
{"href": "./api/D3.html#value-selection", "title": "selection", "contents": "selection unit D3_Selection t ", "rendered": "<h4 class='item'>let selection: unit => <a href=\"./api/D3_Selection.html\">D3_Selection</a>.<a href=\"./api/D3_Selection.html#type-t\">t</a></h4>", "breadcrumb": "D3"},
{"href": "./api/D3.html", "title": "D3", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3"},
{"href": "./api/D3.html", "title": "D3", "contents": "@rest", "rendered": "@rest", "breadcrumb": "D3"},
{"href": "./api/D3.html", "title": "D3", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "D3"},
{"href": "./api/D3.html#D3", "title": "D3", "contents": "", "rendered": "", "breadcrumb": "D3"},
{"href": "./api/LineChart.html#value-svg", "title": "svg", "contents": "svg S t", "rendered": "<h4 class='item'>let svg: <a href=\"./api/LineChart.html#module-S\">S</a>.<a href=\"./api/LineChart.html#type-S.t\">t</a></h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-area", "title": "area", "contents": "area Area t", "rendered": "<h4 class='item'>let area: <a href=\"./api/D3.html#module-Area\" title=\"D3.Area\">Area</a>.<a href=\"./api/D3.html#type-Area.t\">t</a></h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-valueLine", "title": "valueLine", "contents": "valueLine Line t", "rendered": "<h4 class='item'>let valueLine: <a href=\"./api/D3.html#module-Line\" title=\"D3.Line\">Line</a>.<a href=\"./api/D3.html#type-Line.t\">t</a></h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-fmtFloat", "title": "fmtFloat", "contents": "fmtFloat float string ", "rendered": "<h4 class='item'>let fmtFloat: float => string</h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-curve", "title": "curve", "contents": "curve Curve t", "rendered": "<h4 class='item'>let curve: <a href=\"./api/D3.html#module-Curve\" title=\"D3.Curve\">Curve</a>.<a href=\"./api/D3.html#type-Curve.t\">t</a></h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-height", "title": "height", "contents": "height float", "rendered": "<h4 class='item'>let height: float</h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-width", "title": "width", "contents": "width float", "rendered": "<h4 class='item'>let width: float</h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-margin", "title": "margin", "contents": "margin float", "rendered": "<h4 class='item'>let margin: float</h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#value-sampleData", "title": "sampleData", "contents": "sampleData array int", "rendered": "<h4 class='item'>let sampleData: array(int)</h4>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html", "title": "LineChart", "contents": "@rest", "rendered": "@rest", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html", "title": "LineChart", "contents": "This module does not have a toplevel documentation block.", "rendered": "<span class='missing'>This module does not have a toplevel documentation block.</span>", "breadcrumb": "LineChart"},
{"href": "./api/LineChart.html#LineChart", "title": "LineChart", "contents": "", "rendered": "", "breadcrumb": "LineChart"}]