Skip to content

Commit

Permalink
Merge pull request #296 from queryverse/fix-another-vega-split-bug
Browse files Browse the repository at this point in the history
Use Vega.launch_browser function
  • Loading branch information
davidanthoff authored Apr 8, 2020
2 parents 73d4b6b + 9d90bb6 commit 2208264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ end
function Base.display(d::REPL.REPLDisplay, plt::VLSpec)
# checkplot(plt)
tmppath = writehtml_full(plt)
launch_browser(tmppath) # Open the browser
Vega.launch_browser(tmppath) # Open the browser
end

0 comments on commit 2208264

Please sign in to comment.