Skip to content

Commit

Permalink
Add title attributes to SVG symbols
Browse files Browse the repository at this point in the history
So we can reveal details on mouseover
  • Loading branch information
hyanwong authored and mergify[bot] committed Oct 4, 2024
1 parent 76ab046 commit a58b71b
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 5 deletions.
4 changes: 4 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
- The ``.draw_svg()`` methods can add annotated genomic regions (e.g. genes) to the
x-axis. (:user:`hyanwong`, :pr:`3002`)

- Added a ``node_titles`` and a ``mutation_titles`` parameter to ``.draw_svg()`` methods
which assigns a string to node and mutation symbols, commonly shown on mouseover. This
can reduce label clutter while retaining useful info (:user:`hyanwong`, :pr:`3007`)

--------------------
[0.5.8] - 2024-06-27
--------------------
Expand Down
Loading

0 comments on commit a58b71b

Please sign in to comment.