Open earowang opened 3 years ago
I've got the mosaic mostly down but need to talk about internals I think.
UPDATE: I've implemented mosaic via a client side transform now, so that basic histogram example works.
For mark geo, it looks like we need to convert R spatial objects into topojson. One way is to use https://github.com/ropensci/geojsonio
Maybe:
mark_mosaic()
: https://vega.github.io/vega-lite/examples/rect_mosaic_labelled_with_offset.htmlmark_parallel()
: https://vega.github.io/vega-lite/examples/parallel_coordinate.htmlmark_geoshape()