Closed bradtwurst closed 8 years ago
https://github.com/esbullington/react-d3/blob/master/src/linechart/LineChart.jsx#L61-L64
The code
legend={props.legend} data={props.data}
needs an addition property passed on
legend={props.legend} sideOffset={props.sideOffset} data={props.data}
solve in https://github.com/yang-wei/rd3/pull/7
https://github.com/esbullington/react-d3/blob/master/src/linechart/LineChart.jsx#L61-L64
The code
needs an addition property passed on