UNPKG

@d3fc/d3fc-series

Version:

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

5 lines (3 loc) 155 B
import ohlcBase from './ohlcBase'; import { shapeCandlestick } from '@d3fc/d3fc-shape'; export default () => ohlcBase(shapeCandlestick(), 'candlestick');