sehilyi / comparative-layout-explorer

πŸ“Š x πŸ“Š =❓An online gallery to explore the design space of comparative layouts
https://sehilyi.github.io/comparative-layout-explorer/
18 stars 2 forks source link

access encoding field by N and Q index? #73

Closed sehilyi closed 5 years ago

sehilyi commented 5 years ago

for example for (vertical or horizontal) bar chart,

spec.encoding.q.field

is more flexible compare to

spec.encoding[spec.encoding.x.type === "quantitative" ? "x" : "y"].field