-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass all arguments on to the ganja.js
graph
(#50)
Previously, only `scale`, `grid`, and `gl` were supported - this lets all the arguments pass through. In principle this could cause trouble with our arguments clashing with ganja.js ones, but it probably won't. This will break any existing code that tried to pass these arguments positionally, but no one should be doing that anyway. For now, this only enables this behavior on the jupyter notebook - the `cef` / standalone viewers still support only the old arguments.
- Loading branch information
1 parent
6fe4266
commit 24063d3
Showing
1 changed file
with
33 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters