Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional control over timelinePoint #480

Open
AlexHZhou opened this issue Mar 10, 2024 · 0 comments
Open

Additional control over timelinePoint #480

AlexHZhou opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AlexHZhou
Copy link

AlexHZhou commented Mar 10, 2024

Is your feature request related to a problem? Please describe.
I would like more customization options for timelinePoint.

Describe the solution you'd like
I would like

(1) option to set the background color of the timelinePoint

I currently use this theme:

theme={{
          primary: 'black',
          secondary: '#FEEBC8',
          cardBgColor: '#FEEBC8',
          titleColor: 'black',
          titleColorActive: 'black',
        }}

Perhaps connect the timelinePoint's color to one of these (imo it should be primary, since that is the color of the timeline line) or provide another field to directly change the color.

(2) the option to have no timelinePointShape (since I am providing my own icons, I do not need a shape at all)
This is not the same as disableTimelinePoint, because if that is set to true, all icons are ignored entirely, which is not what I want

Describe alternatives you've considered
For (1) It doesn't seem possible to change the color, so I don't think there are any alternatives.
For (2), The closest is just disableTimelinePoint, but that is not what I want.

Additional context
Add any other context or screenshots about the feature request here.
Screenshot 2024-03-10 150221

@AlexHZhou AlexHZhou changed the title Additional support for timelinePoint Additional control over timelinePoint Mar 10, 2024
@prabhuignoto prabhuignoto self-assigned this Mar 11, 2024
@prabhuignoto prabhuignoto added the enhancement New feature or request label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants