I see that the current Area Charts that NVD3 has are Stacked Area Charts. I would like to use the regular area charts / unstacked area charts in my project, the plotting of each needs to start from (0,0)
with a different color. The closest that I could get was using the Simple Line Chart with the area filled, but I am loosing the feature where I could click on a particular area and get that plotted solely.
Is there a way I can get an unstacked area chart with the interactive features like the stacked area chart?