UNPKG

rumble-charts

Version:

Truly declarative React charts components

10 lines (7 loc) 160 B
import { stack } from './stack.js'; function stackNormalized(props) { return stack(props, { normalize: true }); } export { stackNormalized };