GithubHelp home page GithubHelp logo

Comments (9)

fzaninotto avatar fzaninotto commented on August 21, 2024

Yep, I noticed it, too. This is a regression. Zooming used to be centered on the mouse pointer.

from eventdrops.

MariasStory avatar MariasStory commented on August 21, 2024

Seems to be related to the . The offset is exactly 210px.
The only place in your repo where I see something related to wheel and zoom is "function eventDrops(config)" in bundle.map.json
I don't really understand why this json with function is there?
Please fix the bug.

from eventdrops.

MariasStory avatar MariasStory commented on August 21, 2024

Something is cleaned from previous post
<g class="axes" transform="translate(210, 55)">

from eventdrops.

jpetitcolas avatar jpetitcolas commented on August 21, 2024

Not sure what is the bundle.map.json. Probably a remainder of oldest versions. We will try to remove it.

How did you compute the exact offset?

from eventdrops.

MariasStory avatar MariasStory commented on August 21, 2024

To have a fast and dirty fix:
Replase:
<g class="axes" transform="translate(210, 55)">
to
''
and add
'transform="translate(-210, 0)"'
to
'class="drops-container"'
Now your chart overlaps with your left axes :-(.

from eventdrops.

MariasStory avatar MariasStory commented on August 21, 2024

again not all text is shown:
first replase to
<g class="axes" transform="translate(0, 55)">

from eventdrops.

jpetitcolas avatar jpetitcolas commented on August 21, 2024

Thanks for these useful extra informations. It is probably related to the fact we apply the zoom on the whole chart, but not only on the drop lines. It doesn't make sense: when zooming on a label, where should we put zoom center?

I'm looking at it.

from eventdrops.

MariasStory avatar MariasStory commented on August 21, 2024

Strange that you did not fix the problem jet.

In https://github.com/marmelab/EventDrops/blob/master/lib/drawer/index.js

Line 28 I see:

    .attr('transform', 'translate(210, 55)');

Maybe this gives and idea?

Try to play with the arguments and see what happens!

from eventdrops.

MariasStory avatar MariasStory commented on August 21, 2024

Ping.

This bug spoils all experience.

Please fix it.

from eventdrops.

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.