UNPKG

@d3fc/d3fc-series

Version:

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

14 lines (12 loc) 185 B
const red = '#c60'; const green = '#6c0'; const black = '#000'; const gray = '#ddd'; const darkGray = '#999'; export default { red, green, black, gray, darkGray };