react-pathjs-chart icon indicating copy to clipboard operation
react-pathjs-chart copied to clipboard

Charts (Pie,SmoothLine,Bar,Tree,Radar,ScatterPlot) using path-js

Results 7 react-pathjs-chart issues
Sort by recently updated
recently updated
newest added

lodash too large, need babel-plugin-lodash

I am getting the error ` attribute transform: Expected number, "translate(NaN,NaN)"` for the following data - ``` [ { cost:14302.692165897857 name:"Team1" }, { cost:4210.277419354482 name:"Team2" } ] ``` Please check

error message is [React Intl] Could not find required `intl` object. needs to exist in the component ancestry. how can i do?

Can't change grid lines color

Just installed this package and trying to display some datas I'm getting this errors: ``` Warning: PieChart(...): React component classes must extend React.Component.warning Uncaught Invariant Violation: PieChart.render(): A valid ReactComponent...

Am getting this- ![image](https://cloud.githubusercontent.com/assets/883896/8272195/72f13844-1807-11e5-9d5f-7249afec90c5.png) And somehow the bundle has HTML in it- ![image](https://cloud.githubusercontent.com/assets/883896/8272199/975d1a0e-1807-11e5-969c-bff6f89918a6.png)