UNPKG

@d3fc/d3fc-series

Version:

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

4 lines (2 loc) 128 B
import { scaleIdentity } from 'd3-scale'; export default (scale) => scale.copy.toString() === scaleIdentity().copy.toString();