-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APR PR master v0p3p3 #82
base: master
Are you sure you want to change the base?
Conversation
…S custom higlass-multivec)
Any chance you could add a screenshot of the StackedDeltaBarChart? |
…ade showTooltip consistent)
Here is an example from visiting the Index DHS site at https://index.altius.org: Mousing over bar elements shows their respective signal value. Bars are drawn from front to back, with smallest to largest signal, with some alpha transparency. This is not used in the main desktop Index DHS app, once you get past the front portal page. But it is used for the mobile device version of the site, when the phone is in landscape mode and vertical space is at a premium. The StackedDeltaBarChart works better for situations when the screen is small and there are too many signals to be reasonably shown in a StackedBarChart track (such as on mobile devices). I could edit the README to show this example, as well as examples of other uses of this track. |
This PR for the HiGlass
higlass-multivec
track includes Pixi resource memory leak fixes, PNG/SVG export fixes, more graceful error handling for null Pixi objects, and feature enhancements for mouseover tooltips. This also includes a new track type calledhorizontal-stacked-delta-bar
, which looks similar to the UCSC Genome Browser graph tracks where data series can be layered atop one another (see "Overlay" section here: https://genome.ucsc.edu/goldenpath/help/hgWiggleTrackHelp.html). This also integrates fixes that have been merged into the upstream (base) repository in the master branch (currently post v0.3.3).