Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
Feature/add zoom and pan support improved brush (vertical) and minimap#5934
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
Fefedu973 wants to merge31 commits intorecharts:mainChoose a base branch fromFefedu973:feature/add-zoom-and-pan-support-improved-brush-(vertical)-and-minimap
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
31 commits Select commitHold shift + click to select a range
a5bd320
Improve zoom container
Fefedu9738dbe03d
Add zoom state slice and update zoom behavior
Fefedu9738db2762
Add diverse zoom/pan storybook examples
Fefedu9735a59f48
Improve zoom behavior
Fefedu973c2bb459
Fix zoom overlay position and story data
Fefedu9735f6bc16
Fix X-axis zoom on categorical scales
Fefedu973f69b69e
Improve zoom and touch support
Fefedu973e61ccde
Refine zoom behavior and examples
Fefedu973e0288d1
Fix zoom container and examples
Fefedu9730245fc0
feat(zoom): add disableAnimation flag and fix clipping
Fefedu973fc1623f
Fix zoom scale application and tick filtering
Fefedu9733aa38a9
Clip chart content in zoom container
Fefedu973b545fe4
Fix zoom animation flag and update examples
Fefedu973d6bf75f
Fix tooltip scale and disable zoom animations
Fefedu973cddf8c0
fix zoom animations and tooltip layering
Fefedu9737c4769b
Fix zoom animation toggle
Fefedu973b9017f6
Improve zoom container features
Fefedu9738bee435
Clamp zoomed scale output
Fefedu973d4cb761
Add drag-to-zoom and brush integration
Fefedu973f7f5654
Update applyZoomToScale.ts
Fefedu973c42d3e2
feat(zoom): add follow line option
Fefedu973d776757
Improve zoom follow line and examples
Fefedu9731a4ac02
Fix zoom offset and smooth brush
Fefedu9732141b23
Update Brush.tsx
Fefedu9735bb4a62
Update applyZoomToScale.ts
Fefedu9730d5c825
feat(brush): emit incremental updates
Fefedu9732561896
fix: correct touch typing and lint
Fefedu9731745ed6
Update zoomPanContext.tsx
Fefedu973e760360
update
Fefedu973183d9ff
Merge branch 'codex/ajouter-support-zoom-et-pan-sur-graphiques-cartes…
Fefedu9731ca0f59
final-update
Fefedu973File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Improve zoom and touch support
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitf69b69ef8edf2234bbaf35a92c25e35c9a0f9bd9
There are no files selected for viewing
115 changes: 111 additions & 4 deletionssrc/context/zoomPanContext.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
123 changes: 72 additions & 51 deletionssrc/state/selectors/axisSelectors.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.