Skip to content

Commit

Permalink
Hide slider, just show histogram for now in numerical facets
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Jan 15, 2025
1 parent 783abcc commit 67cf6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/interactive-filtering.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@
function getHistogramSlider(
facet, bars, histogramWidth, histogramHeight, brushSelection, xScale
) {
return ['', null]

const precision = 2 // TODO: Parameterize

const sliderId = `igv-numeric-filter-histogram-slider___${facet.name}`
Expand Down

0 comments on commit 67cf6f0

Please sign in to comment.