Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit Encoding Overlaying #60

Open
sehilyi opened this issue Mar 5, 2019 · 1 comment
Open

Explicit Encoding Overlaying #60

sehilyi opened this issue Mar 5, 2019 · 1 comment
Labels
main feature Should be implemented in the near future

Comments

@sehilyi
Copy link
Owner

sehilyi commented Mar 5, 2019

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.

  • [1]: Interaction Support for Visual Comparison Inspired by Natural Behavior
  • [2]: What’s the Difference?: Evaluating Variants of Multi-Series Bar Charts for Visual Comparison Tasks
@sehilyi sehilyi added the major issue Important issues to solve label Mar 5, 2019
@sehilyi
Copy link
Owner Author

sehilyi commented Mar 5, 2019

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].

@sehilyi sehilyi added main feature Should be implemented in the near future and removed major issue Important issues to solve labels Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
main feature Should be implemented in the near future
Projects
None yet
Development

No branches or pull requests

1 participant