SEHI L'YI
SEHI L'YI
For this, we should consider the height of legend to determine the height of charts
- [x] add style specs in CompSpec - [ ] add a sort-by-value and sort-by-name feature in specs - [x] add filter in specs
The visualization itself gives little intuition how and what two visualizations are combined. CompSpec and Spec give more information about them, but possibly not enough. For example, think about a...
Make logger to log messages about warnings and errors for specs
refer to figure 3a in MatrixWave: Visual Comparison of Event Sequence Data
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 |...