Git Product home page Git Product logo

Comments (6)

mbostock avatar mbostock commented on April 27, 2024

Did you look at this example?

https://bl.ocks.org/mbostock/4349545

from d3-brush.

Cowlephant avatar Cowlephant commented on April 27, 2024

I have yes. I'll pour through it again and see if the answer is in there. Probably an oversight on my part.

from d3-brush.

Cowlephant avatar Cowlephant commented on April 27, 2024

I think the major issue is of a zero-width selection, and my forcing the handles to be visible during that selection.

What is the best way to allow for a single width selection? That gif above represents 18 months. If I click on a value, I want to use that day that I clicked on as my only value. I don't want to set the extent to the start of the day and the end of the day, ideally... because of the visual representation I'm trying to go for, keeping the handles tight together when on a single date. All of the brush examples I've seen either snap to a wider date range, or just disappear the brush with that single selection.

from d3-brush.

Cowlephant avatar Cowlephant commented on April 27, 2024

Same thing happens in the example you provided, if I comment out the lines that hide the brush when there is a null selection. I account for the null selection and make sure I have some sort of selection, but not sure how to prevent this error from happening.

handle.attr("display", "none");
circle.classed("active", false);

Is it just complete bad practice to attempt this? I like the style of the handles directly together, especially for my example which completes the trefoil.

from d3-brush.

ytatarynovich avatar ytatarynovich commented on April 27, 2024

I have the same issue. Is it possible to have an empty selection? Since resize controls are required in my case and I cannot apply the same behavior as @mbostock in his great example .

from d3-brush.

mbostock avatar mbostock commented on April 27, 2024

Sorry for the delay. brush.move was too aggressive in converting a degenerate (trivial) selection to the null selection. This should only happen on interaction. Here is an example of preventing the brush from being cleared:

https://observablehq.com/@d3/empty-brush-selection

from d3-brush.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.