We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe:
mark_mosaic()
mark_parallel()
mark_geoshape()
The text was updated successfully, but these errors were encountered:
towards mark mosaic #26
63c1ebd
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.
Sorry, something went wrong.
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
sa-lee
No branches or pull requests
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()
The text was updated successfully, but these errors were encountered: