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

Add HEX color support for event segments #6531

Closed
marciogurka opened this issue Apr 4, 2023 · 0 comments
Closed

Add HEX color support for event segments #6531

marciogurka opened this issue Apr 4, 2023 · 0 comments
Assignees
Labels
feature request forum Issues from forum OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@marciogurka
Copy link

Forum post

Currently, the event segment feature allows the user to use only color names, would be nice to accept also HEX colors support for that feature.

Example:

eventsData : [
            {
                id        : 2,
                name      : 'DIY project',
                startDate : '2022-03-21',
                segments  : [
                    // segments can have their own names & colors
                    { name : 'Plan', startDate : '2022-03-21', duration : 1, eventColor : '#000000' }, // like this
                    { name : 'Get supplies', startDate : '2022-03-23', duration : 2  }
                ]
            }
        ]
@marciogurka marciogurka added feature request premium forum Issues from forum OEM OEM customer labels Apr 4, 2023
@matsbryntse matsbryntse self-assigned this May 11, 2023
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels May 11, 2023
@matsbryntse matsbryntse added this to the 5.3.6 milestone May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request forum Issues from forum OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants