comparative-layout-explorer icon indicating copy to clipboard operation
comparative-layout-explorer copied to clipboard

πŸ“Š x πŸ“Š =❓An online gallery to explore the design space of comparative layouts

Results 35 comparative-layout-explorer issues
Sort by recently updated
recently updated
newest added

Make logger to log messages about warnings and errors for specs

minor feature

refer to figure 3a in MatrixWave: Visual Comparison of Event Sequence Data

minor feature

data: object[] should be consistent with domains ``` export function renderBars( g: GSelection, data: object[], keys: {qKey: string, nKey: string, cKey: string}, scales: {x: ScaleBand | ScaleLinear, y: ScaleBand |...

maintenance

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

minor feature

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

main feature

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

main feature

- [x] arrangement - unit == chart: simple animated transition - unit == element: should show element movements between two chart - example 1) in scatterplot vs. scatterplot, points should...

main feature