Closed tomBeach closed 9 years ago
That's bizarre. I have no idea. Maybe we can take a crack at it tomorrow?
I too, have no idea. There is a lot of code here, and I am unable to understand how it works. Though, maybe you'll have better luck posting on stackoverflow? d3 has a robust community of experts there! http://stackoverflow.com/questions/tagged/d3.js
Closing for now. Feel free to create a new issue linking to this one if there's something we can help with.
We are generating line graphs successfully from our stock data as long as we limit the number of data points (we've used 10). When we try to display the whole set (254 points) the line "flattens" and does not show the whole range of values. We tried different interpolation settings (including "none"). The scales are working correctly. Here's the entire d3 code: