d3-plot
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

d3-plot quick start

npm i -S d3-plot

add to app.module.ts imports array

import { D3PlotModule } from "d3-plot";

add directive to div

<div twoWayPlot><div>

Example

Fill in the attributes

<div
  id="twoWayPlot"
  class="plot"
  [data]="data"
  twoWayPlot
  correction=""
  l
  sigThr="thr"
  [disableSelection]="true"
  axisXLabel="pORA"
  axisYLabel="pAcc"
  [numTicks]="35"
  sigLabel="pComb"
  itemLabel="pName"
  itemSize="path_size"
  itemId="pathID"
  item="pathway"
  itemScale="log"
  (nextStateFn)="handleDotClick($event)"
></div>

/d3-plot/

    Package Sidebar

    Install

    npm i d3-plot

    Weekly Downloads

    0

    Version

    0.0.5

    License

    none

    Unpacked Size

    229 kB

    Total Files

    16

    Last publish

    Collaborators

    • andrew_miller