fable-import-dc

0.0.2 • Public • Published

fable-import-dc

Fable bindings for dc.js

Installation

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

Usage

In a F# project (.fsproj)

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

In a F# script (.fsx)

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

Package Sidebar

Install

npm i fable-import-dc

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • alfonsogarciacaro