kimikage / ProfileSVG.jl

Write flame graphs to SVG format and explore them interactively in Jupyter, Pluto, etc.
MIT License
53 stars 7 forks source link

Improve mouse hover actions #26

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

This removes the mouse hover event handlers from text elements. The text elements behave as if they are fused with the rect elements.

Fixes #23.

codecov-io commented 4 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   87.80%   87.80%           
=======================================
  Files           2        2           
  Lines          82       82           
=======================================
  Hits           72       72           
  Misses         10       10           
Impacted Files Coverage Δ
src/svgwriter.jl 100.00% <ø> (ø)

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 008f820...087f412. Read the comment docs.