react-offcharts-core
v0.1.71
Published
A Core Library for React Offcharts
Downloads
242
Maintainers
Readme
React Offcharts-Core
A collection of util methods and helper components for React Offcharts.
Usage
This is not usefull on it's own unless you want a responsive svg that sends down with and height on resize event.
import Chart from 'react-offcharts-core/Components/Chart';
class Graph extends Component {
......
render() {
<Chart
responsive
>
<SomeGraph someProps={...this.props}/>
</Chart>
}
}
SomeGraph will recieve the widht and heght on resize and on mount.
Licence
MIT Licence. Copyright (c) 2017 Arnthor Agustsson.