queryverse / ElectronDisplay.jl

An Electron.jl based figure and table display.
Other
85 stars 17 forks source link

Add `window` argument to `electrondisplay` #41

Open tkf opened 4 years ago

tkf commented 4 years ago

This PR adds new signatures electrondisplay(window, [mime,] x) to electrondisplay. It lets you display things in pre-existing Electron.Window.

codecov-io commented 4 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.61%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   82.14%   82.75%   +0.61%     
==========================================
  Files           2        2              
  Lines         112      116       +4     
==========================================
+ Hits           92       96       +4     
  Misses         20       20
Impacted Files Coverage Δ
src/ElectronDisplay.jl 78.26% <90%> (+0.98%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fc52bfb...0f62884. Read the comment docs.