almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.85k stars 1.48k forks source link

Filling between graphs #821

Open jmberg opened 9 years ago

jmberg commented 9 years ago

I'm trying to implement some dynamic graph viewer that should show the hull as well as the average line, so it would look something like this (bad) example:

image vis support.sas.com

I tried fiddling with the code for a while, but it seems to require architectural changes to pass all the datasets to the draw functions (not just for bar graphs) so I gave up.

AlexDM0 commented 9 years ago

Hi,

This is not possible at the moment no, we'll add your feature request to the list.

Regards,

Alex

AlexDM0 commented 9 years ago

Hi,

I've added this to the feature requests: http://visjs.org/featureRequests.html

We cannot say when this feature will be implemented at this time. We try to collect all feature requests on our website and close the issues. This does not mean we will ignore this request. More information on this policy can be found here:

http://visjs.org/blog.html#New\ website\ for\ vis.js!

Regards,

Alex

jmberg commented 9 years ago

Thanks. Actually, it seems likely that #516 will make this far easier.

AlexDM0 commented 9 years ago

Yes and no, Stacking assumes the space between 0 and the first graph is also filled, although styling wise this could be done with an invisible fill I suppose. I would actually argue that a band-type of graph element would be better suited for this (which would also be used with the https://github.com/almende/vis/issues/354 uncertainty areas.

Regards

mojoaxel commented 7 years ago

Reopening as Feature-Request issue (see #2114). Everybody: Please feel free to implement this!

Lanzo commented 7 years ago

Is it possible to print a 3 month view of a timeline calendar?