0.2.5 • Published 5 years ago

@seracio/recycle v0.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

recycle

A set of React components to make charts rapidly

Usage

import { xy } from '@seracio/recycle';

render(
    <xy.Chart data={data} x={_.get('x')} y={_.get('y')}>
        <xy.Dot size={d => 2 + Math.random() * 20} />
        <xy.Axis />
    </xy.Chart>,
    document.querySelector('#root')
);

Resources

Similar projets

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.0

5 years ago