UNPKG

d3-svg-legend

Version:

A legend component for d3. Given a d3.scale it can create either a color legend, size legend, or symbol legend.

14 lines (11 loc) 303 B
import legendColor from './src/color' import legendSize from './src/size' import legendSymbol from './src/symbol' import legendHelpers from './src/helpers' export { legendColor, legendSize, legendSymbol, legendHelpers } export default { legendColor, legendSize, legendSymbol, legendHelpers };