A ReactJS wrapper around some standard D3 charts

Please checkout the examples folder to see this package in use

Docs coming as and when ....
# Histogram

 ## Grids

```
 {
     x: {
        visible: boolean,
        style: 'string - line style'
        ticks: number
     },
     y: {

     }
 }
 ```

 # Line

 # Scatter Plot
