react-d3-components
react-d3-components copied to clipboard
D3 Components for React
i don't know why my chrome say that ``` xScale.invert is not a function ``` in react 15
I want to pass xscale value to Bar Chart, how to achieve that! I am trying to create stacked Bar Chart My X-scale values are date and I want to...


HI. I am looking for react d3 component which is supporting Typescript. Any suggestion?
How would you recommend fixing negative values in barChar? I can't explain properly, so I'll show you an example:  2010: 0+0+0+0 2011: 0+0+0+0 2012: 0+0+0+0 2013: 0+5+8+0 2014: -38+0+13+0...
1. I want to show fixed tooltip for bar chart with sums of bar values on top. 2. I want to use image icon on xAxis label. ```javascript var data=...
For the below sample code we are unable to see the X-Axis ### Sample Running Data - CustomValues:[[-30, -0.3798], [-29, -0.4799],[-28, -0.209],[-19, -1.3],[-10, -0.67],[-3, -0.634],[-2, -0.78],[-1, -0.51], [0, -0.76543], [1,...