Skip to content

Commit

Permalink
Allow options to be passed into vega.parse (#5)
Browse files Browse the repository at this point in the history
* Allow `options` to be passed into `vega.parse`

* Build and bump to 0.8.7
  • Loading branch information
AMoo-Miki authored Nov 14, 2022
1 parent fab0eb0 commit efa224c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ This Leaflet plugin adds a Vega layer on top of the map, and provides two way si

Optionally, provide additional parameters to vegaLayer():
* `vega` - custom instance of Vega library
* `parseConfig` - Options to be passed to the Vega parse method
* `viewConfig` - Options to be passed ot the Vega View constructor
* `parseConfig` - Config to be passed to the Vega parse method
* `parseOptions` - Options to be passed to the Vega parse method
* `viewConfig` - Config to be passed ot the Vega View constructor


# Usage (Vega spec)
Expand Down
15 changes: 9 additions & 6 deletions dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit efa224c

Please sign in to comment.