Reputation: 15501
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?
Upvotes: 0
Views: 122
Reputation: 5151
What you are trying to achieve is not a direct approach. You might have to use plain d3
.
Have a look at this question & its answers
might give you a starting point.
If you find a solution, please do share.
Cheers
Upvotes: 0