Questions tagged [event-drops]

10 questions
1
vote
0 answers

D3.js Event Drops Zoom In Center Only

I am using Event Drops which uses D3.js, I want to zoom only in the center not where the mouse is. How can I achieve this? Event Drops: https://github.com/marmelab/EventDrops I tried modifying the event drops parameters but nothing for center.
1
vote
1 answer

How to resize EventDrops d3 chart/timeline?

I am using the following library: https://github.com/marmelab/EventDrops I have been able to successfully use it in angular 6 project. However, I cannot seem to figure out how I can resize the timeline based on switching from web view to a mobile…
1
vote
1 answer

EventDrops for D3.js (from marmelab) - how to tweak example code?

I stumbled upon the non-nodejs version of the EventDrops library for D3, and I was able to reproduce the example on my own server. See this blog post here for more information and the example code. However, could somebody please dodge me in the…
Stephan Berger
  • 113
  • 1
  • 1
  • 5
1
vote
0 answers

Adding a transition effect in EventDrops D3

I am using EventDrops for displaying an event series. I am new to D3 and I am having tough time understanding the code. Using Eventdrops we can zoom in and out in the time series. Now I want to add a transition that on load the events should be…
0
votes
0 answers

want to chnage the date format in event-drops d3js

how can i change the month format of date from January to Jan in d3js event-drops enter image description here here is the code range paramtere tried to change the format of date here please help
Gautam
  • 1
0
votes
0 answers

Fullcalendar Event Drop in modal not working

I have problem with editable fullcalendar eventdrop in modal dialog if another FullCalendar is in background. Modal with second calendar open after click on event in first calendar. But I need moving with event with calendar in modal view, but its…
0
votes
1 answer

React native graph using event drops

I working with Event drops in react js. This is working fine in web app. But I am trying to implement same into React-native mobile app. Unfortunately no success yet. Any help would be appreciated? Thanks in advance!
pradeep
  • 11
  • 1
0
votes
1 answer

Show "now" line on event drops and add slight margin to the right

1) I would like to display a vertical line with the "now" value as well as 2) add a slight margin to the right - Currently "now" events are cropped because there is no space to the right of the last (most recent) event. UPDATE: thanks to a…
0
votes
1 answer

Angular 6 when component is routed to the d3/event-drops data points don't display in Safari

I have created a test app to replicate the issue I am experiencing. codebase: https://github.com/mohammadfarooqi/event-drops-d3-test-app sample demo deployed (view in safari to see the issue):…
0
votes
1 answer

Running the Event-drops demo

I am trying to get a d3.js library called Event-Drops working under a windows machine. Specifically, I want to run the demo and learn how it all works by tweaking one thing at a time. Now, the github readme for event-drop has instructions to how to…
Elegant_Cow
  • 73
  • 2
  • 8