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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i fable-import-d3

Weekly Downloads

1

Version

0.0.4

License

Apache-2.0

Last publish

Collaborators

  • alfonsogarciacaro