Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Feature/tooltip closing#6007

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
JoaquinPalacios wants to merge23 commits intorecharts:main
base:main
Choose a base branch
Loading
fromJoaquinPalacios:feature/tooltip-closing
Open
Changes from1 commit
Commits
Show all changes
23 commits
Select commitHold shift + click to select a range
75cce49
feat: tooltip closing
JoaquinPalaciosJun 25, 2025
caea900
All tests passed
JoaquinPalaciosJun 25, 2025
992dc28
Remove log
JoaquinPalaciosJun 25, 2025
5215d46
Tooltip state test updated
JoaquinPalaciosJun 25, 2025
e14dee0
test for mouseEventsMidleware added
JoaquinPalaciosJun 25, 2025
27b1896
tests for mouseEventsMidleware updated
JoaquinPalaciosJun 25, 2025
8b944dc
Treemap Bar and Funnel tests udpated
JoaquinPalaciosJun 25, 2025
877e999
refactor: remove redundant event handling logic from chart components
JoaquinPalaciosJun 26, 2025
c23f302
Update RechartsWrapper.tsx
JoaquinPalaciosJun 26, 2025
35036e2
consolidate event handler logic with createEventHandlers utility
JoaquinPalaciosJul 1, 2025
35c6b11
Merge remote-tracking branch 'upstream/main' into feature/tooltip-clo…
JoaquinPalaciosJul 1, 2025
c6d6244
Update tooltipSlice.ts
JoaquinPalaciosJul 1, 2025
5b5258a
fix: replace timeout-based tooltip closing with event-driven approach
JoaquinPalaciosJul 1, 2025
3787ce4
refactor: simplify tooltip close handling by removing onRequestToolti…
JoaquinPalaciosJul 1, 2025
e5aa4b6
Fix: Remove isClosing state and simplify tooltip closing mechanism
JoaquinPalaciosJul 1, 2025
00c69d8
Update Treemap.spec.tsx
JoaquinPalaciosJul 1, 2025
8aafe58
Update RechartsWrapper.tsx
JoaquinPalaciosJul 1, 2025
d80d13d
Refactor event handlers to use centralized noop defaults
JoaquinPalaciosJul 4, 2025
351afd2
Update Bar.tsx
JoaquinPalaciosJul 4, 2025
e7c3906
Update Treemap.tsx
JoaquinPalaciosJul 4, 2025
bbcc682
Update Pie.tsx
JoaquinPalaciosJul 7, 2025
1969150
Correct tooltip positioning in FunnelChart
JoaquinPalaciosJul 7, 2025
fd439be
Simplify tests for mouseClickMiddleware
JoaquinPalaciosJul 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update Pie.tsx
Remove redundant event handler props
  • Loading branch information
@JoaquinPalacios
JoaquinPalacios committedJul 7, 2025
commitbbcc682e20e1b08cf696543e42548dc71b2217ee
3 changes: 0 additions & 3 deletionssrc/polar/Pie.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -761,9 +761,6 @@ function PieImpl(props: Props) {
// Merge event handlers into propsWithDefaults
const mergedProps: InternalProps = {
...propsWithDefaults,
onClick: props.onClick,
onMouseEnter: props.onMouseEnter,
onMouseLeave: props.onMouseLeave,
};

const cells = useMemo(() => findAllByType(props.children, Cell), [props.children]);
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp