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) 134 B
import ohlcBase from './ohlcBase'; import { shapeOhlc } from '@d3fc/d3fc-shape'; export default () => ohlcBase(shapeOhlc(), 'ohlc');