Skip to content

Commit

Permalink
Merge pull request #51 from davidanthoff/remove-html-show
Browse files Browse the repository at this point in the history
Remove show method for html MIME type
  • Loading branch information
davidanthoff committed Feb 2, 2018
2 parents 48f5538 + dcc2fc9 commit eb9b208
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ function writehtml_partial(io::IO, spec::String; title="VegaLite plot")
""")
end

function Base.show(io::IO, m::MIME"text/html", plt::VLSpec{:plot})
return writehtml_partial(io, JSON.json(plt.params))
end


"""
opens a browser tab with the given html file
"""
Expand Down

0 comments on commit eb9b208

Please sign in to comment.