Sanjeev
Sanjeev
I am getting the error " Cannot read property 'scale' of undefined" in "react-d3-components.js". i am not using webpack build.
Directory structure -Css -Fonts -Images -Js (1) In js/index.html Here I have included d3.js using (2 )In JS folder I have saved react-d3-components library (3) In js/sample.js I have require...

when building the code i got the error "Cannot read property 'scale' of undefined". so issue is in the loading "react-d3-components" library. it is not loading in the browser. so...
okay , please go through it, when you get some free time.
Another problem is , i have 28 records on x axis in bar chart but it is showing only 18 records at a time. i am not able to increase...
i want to make text vertical on X axis. so i have applied a css in Axis text as - -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);...