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

feat(options): Intent to ship legend.item.tile.type #2875

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

netil
Copy link
Member

@netil netil commented Sep 26, 2022

Issue

#2874

Details

Implement 'circle' shape for legend item tile.

legend: {
    item: {
        tile: {
            type: "circle",  // default 'rectangle'
            r: 10,  // setup radius of circle item type
        }
    }
}

image

Implement 'circle' shape for legend item tile.

Ref naver#2874
@netil netil added the feature label Sep 26, 2022
@netil netil self-assigned this Sep 26, 2022
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.005%) to 90.536% when pulling 2bb9878 on netil:legendItemType#2874 into 1490b63 on naver:master.

@netil netil merged commit c379c9f into naver:master Sep 26, 2022
@netil netil deleted the legendItemType#2874 branch September 26, 2022 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants