SEHI L'YI
SEHI L'YI
Currently, we cannot support color consistency when color is used differently in two charts (e.g., nominal color for bar chart and quantitative color for heatmap). However, we can provide more...
- can be a separate chart or a annotation - consider splitting the original explicit encoding to two - highlight specific two bars for effective comparison (refer to [Four Experiments...
for example, users should be able to select only a pair of visual marks for overlap reduction
For opacity: ``` overlap_reduction: { opacity: {primary: 0.5} // this sets the opacity of secondary chart as 1 - 0.5, similar to [*] } ``` - [*]: Interaction Support for...
- [x] arrangement - unit == chart: simple animated transition - unit == element: should show element movements between two chart - example 1) in scatterplot vs. scatterplot, points should...
- Although interaction specs are not supported, interactions should be provided by default such as brushing and linking and tooltip for detail.
At the current stage, consistency in CompSpec is related to design constraints. If we extend it, we can end up removing Layout, and using the consistency alternatively (constraint based visualization...
- only color is used in vega while it seems more effective to support hue and saturation separately (e.g., consistent hue and saturation for representing quantitative values in heatmap vs....
1 color chart vs 1 color chart n color chart vs 1 color chart ...