You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 individuallyandglobally
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
The text was updated successfully, but these errors were encountered:
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
Approach
Notes
TBD
The text was updated successfully, but these errors were encountered: