UNPKG

@d3fc/d3fc-series

Version:

A collection of components for rendering data series to SVG and canvas, including line, bar, OHLC, candlestick and more

2 lines (1 loc) 61 B
export default (d) => typeof d === 'function' ? d : () => d;