Kanit Wongsuphasawat
Kanit Wongsuphasawat
Yep, but we can make it configurable.
For the customization 2D plots, we need a good property name for it. `bivariateMark: "rect" | "circle" | "square"` is one option. We also need to determine what should be...
In both cases, the user intention is to create a histogram (either 1D or 2D), so I don't think this is confusing if you consider binned scatterplots / heatmaps as...
I think we can fix the bug when we know a field is a date field (and merge datum with more info about fields we know) `merge(datum, {date: timeFormat(datum[\"date\"], '%b...
When fixing this issue, please also update [this example]( https://github.com/vega/vega-lite/pull/4259#discussion_r233605024).
Single/Multi -- Use `pointer` Brush use `crosshair` Pan uses `grab` -- if there is a smart way to learn about this
To make it easy to follow, what’re the difference between suggested set above?
> scale_child_Miles_per_Gallon_child_main It's related to scale rename
Technically, we now respect step size ``` { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "description": "A simple bar chart with embedded data.", "data": { "values": [ {"a": "A", "b": 28}, {"a": "B", "b": 55},...
> Is there a reason this can't be handled at the VL level? Vega-Lite doesn't have access to the data, so it only knows that the data is temporal, but...