For some reason it seems that the areaGenerator frequently produces NaNs for my data, all of which is between 0 and 1. I hacked together a solution for myself by providing default values for the yaxis of 0 and 1:
Should there be a way to specify min/max values for the y axis here? Perhaps there's a better approach to this. If so, I'd be happy to help contribute.
In case it helps I'm constructing my data with something like this:
I'm not following, but I'm interested in what's going on. What purpose do the default values serve? And by y axis are you meaning the y coordinate of the area chart?
I'm using the BandChart (pulled from the current master branch), and when panning or zooming the chart I get a lot of these:
For some reason it seems that the areaGenerator frequently produces NaNs for my data, all of which is between 0 and 1. I hacked together a solution for myself by providing default values for the yaxis of 0 and 1:
Should there be a way to specify min/max values for the y axis here? Perhaps there's a better approach to this. If so, I'd be happy to help contribute.
In case it helps I'm constructing my data with something like this: