n3-charts / line-chart

Awesome charts for AngularJS.
http://n3-charts.github.io/line-chart/
MIT License
1.2k stars 179 forks source link

Stacks in V2 #456

Open Ryu36 opened 8 years ago

Ryu36 commented 8 years ago

Hello everybody,

I'm new to n3-charts and have chosen this package for my charts because it seem to have everything I need. I received it via npm and use the newest version 2.0.18.

First it's a very nice graph tool for AngularJS. But since two days now I try to get a stacked graph running. All information about stacks are V1. In the documentation of V2 I'd found nothing about stacks. Are stacks obsolete? How can I solve my problem?

chaosmail commented 8 years ago

Hi @Ryu36

stacks are not yet supported in v2, but we are working hard to bring all the old features back to v2. If you are interested to help out with a PR let me know! Best, Christoph

michaelwalkden commented 8 years ago

Hello,

Is there any news on when stacks might be available to V2? I'd love to move to V2 but I depend upon the V1 stacks.

Mike

danielbonnell commented 8 years ago

Hi,

I just started using this in a project without realizing that v2 doesn't support stacked area charts. Wondering how soon this can be added? I would add it myself but I'm not at all familiar with D3.

Thanks!