cl-react-graph
Version:
26 lines (18 loc) • 329 B
Markdown
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