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

Provide easy mechanism for customizing markers individually and globally #17

Open
4 tasks
KCarlile opened this issue May 26, 2024 · 0 comments
Open
4 tasks
Labels
enhancement New feature or request

Comments

@KCarlile
Copy link
Owner

KCarlile commented May 26, 2024

Background

Currently, markers have the properties to allow for customizing the visuals (font size, color, etc.), but those are not exposed to the end-user API as marker creation is abstracted. The app needs a way for user's to specify marker-specific configurations, both globally (for all) and individually (per marker).

Acceptance Criteria

  • Users can specify customized visuals for markers both individually and globally
  • The following fields are available for customization:
    • color fill
    • color stroke
    • color font

Approach

  • Consider exposing marker creation, then add to marker object, or...
  • Pass optional parameters (or config object) to the marker during creation

Notes

TBD

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
Status: Backlog
Development

No branches or pull requests

1 participant