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

Explicit Encoding Overlaying #60

Open sehilyi opened 5 years ago

sehilyi commented 5 years ago

Explicit encoding is frequently overlaid with other charts (e.g., [1,2]), so we must support the overlay.

We can specify overlay type explicit encoding by separate spec types.

layout: { /* */ },
consistency: { /* */ },
overlap_reduction: { /* */ },
explicit_encoding: { /* here! */ }

Perhaps, we need to use different name (object key) for the explicit encoding to differentiate it with that in layout.

sehilyi commented 5 years ago

We need to plan whether we implement the separate explicit encoding (i.e., one of layout type), but the explicit encoding overlay is prior things to implement since it seems to be more effective [2].