uwdata / gemini

A grammar and recommender system for animated transitions in Vega/Vega-Lite
BSD 3-Clause "New" or "Revised" License
103 stars 6 forks source link

Is there any way to create gemini valid vega spec with two axes? #6

Open giorgi-ghviniashvili opened 3 years ago

giorgi-ghviniashvili commented 3 years ago

I created a fake faceted view which just uses x-axis facet titles. Sometimes we need to handle two x-axis, one for facet titles and one for real x-axis. I can achieve this with layer, but then layer is also not supported.

Can you suggest workaround for this?

yhoonkim commented 3 years ago

Sadly, Gemini cannot support 2+ x/y-axes now. Though, supporting the multiple axes may need more time for me.