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(api): Intent to ship subchart method #3345

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

netil
Copy link
Member

@netil netil commented Aug 16, 2023

Issue

#3342

Details

Implement .subchart() and .subchart.reset()

const chart = bb.generate({ ... });

// select subchart selection giving domain range
chart.subchart([2, 5]);

// reset subchart selection
chart.subchart.reset();

Aug-16-2023 19-40-59

Implement .subchart() and .subchart.reset()

Ref naver#3342
@netil netil added the feature label Aug 16, 2023
@netil netil self-assigned this Aug 16, 2023
@coveralls
Copy link

Coverage Status

coverage: 91.49% (+0.03%) from 91.456% when pulling a097b50 on netil:subchart#3342 into 21a1ac4 on naver:master.

@netil netil merged commit 976f04a into naver:master Aug 16, 2023
@netil netil deleted the subchart#3342 branch August 16, 2023 10:51
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