You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the height of a chart with a y-scale defaults to 396. It’d be nice if y were ordinal that we chose a height that’s appropriate based on the cardinality of the domain. E.g., perhaps ensuring a nice round bandwidth of exactly 19px pixels (with the default padding of 0.1). We’d probably want a minimum and maximum default height if we do this.