react-d3-components icon indicating copy to clipboard operation
react-d3-components copied to clipboard

D3 Components for React

Results 63 react-d3-components issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/31416909/50327202-0e5d6f80-0514-11e9-9693-604b672a99c6.png)

![screen shot 2018-11-19 at 6 03 15 pm](https://user-images.githubusercontent.com/40906897/48707439-76731a00-ec25-11e8-8376-362a0c47f1aa.png)

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: ![github_eg](https://user-images.githubusercontent.com/14896863/29079716-c88316b0-7c55-11e7-9678-a3bd9c8f94cc.png) 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,...