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.

Is there a way to modifiy the starting point of event line ?

See original GitHub issue

I am trying to align the circle to be in the center of each and every event, I tried to change potion of circleStyle but I could not find a way to move its line, as shown in the follwing screenshopts the line do not start from center and it do not reach the last event

circleStyle={ { alignSelf: 'center' } }

Screen Shot 1441-08-05 at 6 04 41 PM Screen Shot 1441-08-05 at 6 05 09 PM

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
Eugniscommented, Mar 29, 2020

Since line is drawn as border there’s no easy way to put circle in center of event if you need that line to start from circle. You can try to use Timeline prop renderFullLine={true} alongside with circleStyle={ { alignSelf: 'center' } } then circle will be on center of event but line will be full including last event. Also you can set custom styles to line by using Timeline prop eventContainerStyle or custom style of each event’s line segment by passing eventContainerStyle to event data objects (from version 0.7.1)

0reactions
jeferson-sbcommented, Oct 14, 2022

I’m also trying to align the circle but also keep aligned with the start of the line, how do you manage to do that? renderFullLine does not seem to do anything at start of the border @Eugnis

Read more comments on GitHub >

github_iconTop Results From Across the Web

(Legacy) Add Change Event Line Items - Procore Support
Click the Detail tab. Then find the change event to update and click Edit. edit-change-event.png. OR · Follow the steps in Create a...
Read more >
How to avoid start/end points of line modification with ol ...
What I want to do is, enable modify any points on line, except start / end points. But just using ol.interaction.Modify normally, we...
Read more >
Add a line event—ArcGIS Pro | Documentation
Open the map in ArcGIS Pro and zoom to the location where you want to add the line event. Click the Location Referencing...
Read more >
How do I detect line change event in ace editor?
there is no event that fires for line, you need to use the change event and use delta.start.row to findthe line which is...
Read more >
Advanced Route Planning and Editing - Ride with GPS
One way to move the start of the route is by clicking and dragging the start point. You can also change the start...
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