daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
653 stars 157 forks source link

Group Color #31

Closed light-le closed 7 years ago

light-le commented 7 years ago

Not really an issue but a cool feature I think might be useful. Suppose in our data we have 2 categorical columns, 1 can be grouped as row label as of now, wouldn't it be great if the other one can be shown using color-coding, that is, data in the same group appear in the same color. It would add another dimension to our visualization tool.

It looks something like this example

daattali commented 7 years ago

Is this supported in the javascript library? Here are the full docs: http://visjs.org/docs/timeline/

If it's not implemented in the library, then it likely won't be supported in timevis (which is essentially just an R binding to it)

light-le commented 7 years ago

I read through the document and I don't think it's implemented in JS. Thanks for your answer.

daattali commented 7 years ago

In that case it won't be in timevis unfortunately