question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I took a stab at the zoom on y-axis, and writing plunkr with react is a bit challenging, but this small component works for my use-case scenario. Any comments/suggestions welcome…

Cheers!

Plunkr

http://embed.plnkr.co/1pkiYEumHka5H4d7MeNk/

Added the following CSS

.draggable {
  stroke-width: 4;
  cursor: move;
}
.hover_group_drag:hover rect {
  fill-opacity: .3;
  stroke-width: 4;
  opacity: .3;
  fill: #000;
}

Screenshot

image

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rragcommented, Aug 3, 2016

Thanks @WaiSiuKei for the idea of magnification based on center on y. Your library looks very promising, especially since it is framework agnostic.

I have used your idea of zoom based on center y for changes in 0.6

Here is an work in progress version

http://rrag.github.io/react-stockcharts-next/documentation.html#/edge_coordinate

Once you zoom on y, the pan becomes 2 dimensional. Change to svg and back to canvas, and the yAxis is reset. you could also zoom on x by dragging the x axis.

0reactions
rragcommented, Oct 13, 2016

merged to master and 0.6.0-beta.2 published to npm

Read more comments on GitHub >

github_iconTop Results From Across the Web

Zoom Video Communications Plans & Pricing
Search. Support · 1.888.799.9666 · Request a Demo · Join. Host. With Video Off · With Video On · Screen Share Only ·...
Read more >
Getting started with the Zoom web client
The Zoom web client allows joining a Zoom meeting or webinar in a web browser without downloading any plugins or software.
Read more >
Allowing only authenticated users in meetings - Zoom Support
The Only authenticated users can join meetings option requires participants to sign in before they can join a Zoom meeting.
Read more >
Starting a telephone-only Zoom Rooms meeting
You can start a meeting in Zoom Rooms using only PSTN/Telephony (telephone dialing) audio. In Zoom Rooms, you will need to have a...
Read more >
Situations For Audio-Only Zoom Meetings
We've compiled here a list of situations in which joining a Zoom meeting through audio is more appropriate. First, you should know how...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found