Open sehilyi opened 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.
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].
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.
Perhaps, we need to use different name (object key) for the explicit encoding to differentiate it with that in layout.