fable-import-d3

0.0.4 • Public • Published

fable-import-d3

Fable bindings for D3

Installation

$ npm install --save fable-core d3@^3.0.0
$ npm install --save-dev fable-import-d3

Usage

Note: To prevent naming conflicts, module names start with upper case, while variables containing global methods are lower case.

In a F# project (.fsproj)

  <ItemGroup>
    <Reference Include="node_modules/fable-core/Fable.Core.dll" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="node_modules/fable-import-d3/Fable.Import.D3.fs" />
  </ItemGroup>

In a F# script (.fsx)

#r "node_modules/fable-core/Fable.Core.dll"
#load "node_modules/fable-import-d3/Fable.Import.D3.fs"
 
open Fable.Core
open Fable.Import

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i fable-import-d3

      Weekly Downloads

      1

      Version

      0.0.4

      License

      Apache-2.0

      Last publish

      Collaborators

      • alfonsogarciacaro