glutengo / angular-mgl-timeline

Timeline component for Angular
MIT License
67 stars 33 forks source link

Provide a way to resize side entries #39

Open Mathieu-Lenaers opened 5 years ago

Mathieu-Lenaers commented 5 years ago

Hi,

my issue is more of an enhancement than real issue: could it be possible for you to add an option to easily size the side?

Actually, the sides are showing a date but it feels weird to have half a screen showing only a date.

I know I could play with the module code to add that (or worse, hard code my wanted size) but that would be quite dirty. A component option to play with side size would be great. Being no expert @angular, I would not know how to do it a clean way. If anyone have a way that does not involve modifying the module, that might also be good to add the steps in the readme.

glutengo commented 4 years ago

Hi Mathieu, sorry for replying so late. I'm not sure if I get your idea right. There is no limitation on what or how many content you put on the side. I just used a date in the demos because it seemed reasonable to me. You could always use more text, even multiline.

Did you try that?

sanjeevik89 commented 4 years ago

Hi Glutengo - It would be nice to have option to move the vertical bar towards left or right.

LewBlu commented 3 years ago

Hi,

I think what both users are trying to say is that they would like the option to change the size of the side where you have used the date.

For example: image

The date is smaller and on the far left hand side instead of taking up half of the page width.