35 packages
cruft-ddb
A simple optimistic-locking abstraction over Dynamo DB
d3fc
A collection of components that make it easy to build interactive charts with D3
d3fc-annotation
A collection of D3 components for rendering plot area annotations to SVG, including lines, crosshairs, gridlines and more
@d3fc/d3fc-annotation
A collection of D3 components for rendering plot area annotations to SVG, including lines, crosshairs, gridlines and more
@d3fc/d3fc-axis
A drop-in replacement for d3 axis, with support for the d3fc decorate pattern
@d3fc/d3fc-brush
Adapts the D3 brush, making it easier to create data-driven brushed charts.
@d3fc/d3fc-chart
A simple Cartesian chart component that renders to canvas or SVG.
@d3fc/d3fc-data-join
A component that simplifies the D3 data join and supports the d3fc decorate pattern
@d3fc/d3fc-discontinuous-scale
A D3 scale that supports domains that are not continuous, allowing 'breaks' in the scale, for example skipping weekends for a date scale.
@d3fc/d3fc-element
Custom HTML elements that make it easier to create responsive visualisations that integrate easily with other UI frameworks (e.g. React, Angular)
@d3fc/d3fc-extent
Extends the d3 extent functionality to allow multiple accessors, padding and date support
@d3fc/d3fc-financial-feed
An API for fetching financial time-series data from different sources including GDAX
@d3fc/d3fc-group
A utility for manipulating CSV / TSV data to allow rendering of grouped series.
@d3fc/d3fc-label-layout
A D3 layout that places labels avoiding overlaps using either a greedy or simulated annealing strategy
@d3fc/d3fc-pointer
Component which emits the current mouse or touch position over a selection
@d3fc/d3fc-random-data
Components for generating random data series based on stochastic processes
@d3fc/d3fc-rebind
Utilities for copying methods from one d3 component to another in a configurable way
@d3fc/d3fc-sample
A data subsampler that chooses representative data points using a largest triangle or mode-median approach.
@d3fc/d3fc-series
A collection of components for rendering data series to SVG and canvas, including line, bar, OHLC, candlestick and more
@d3fc/d3fc-shape
A collection of SVG/canvas path generators for creating chart series
@d3fc/d3fc-technical-indicator
Components for calculating technical indicators on data series
@d3fc/d3fc-webgl
A collection of utilities to enable drawing to WebGL canvases
@d3fc/d3fc-zoom
A zoom component which operates in domain values
d3fc-element
Custom HTML elements that make it easier to create responsive visualisations that integrate easily with other UI frameworks (e.g. React, Angular)
d3fc-pointer
Very simple component which emits an event to indicate the current mouse or touch position over a selection. Useful for implementing uni-directional data flow in a visualisation and not a lot else.