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: add AxisPointer component #10

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Conversation

edgarberm
Copy link
Contributor

No description provided.

Copy link
Member

@TechQuery TechQuery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excute following commands to make sure Git hooks running in Linux or Mac:

chmod +x .husky/pre-commit
chmod +x .husky/pre-push

source/components.tsx Show resolved Hide resolved
Comment on lines 173 to 183
export type AxisPointerProps = EventHandlerProps & AxisPointerComponentOption;
/**
* @example
* ```tsx
* <AxisPointer link={[{ xAxisIndex: 'all' }]} />
*/
export const AxisPointer: EC<AxisPointerProps> = () => <></>;

AxisPointer.optionOf = optionCreator('axisPointer');

AxisPointer.loadModule = componentLoader(['AxisPointerComponent']);
Copy link
Member

@TechQuery TechQuery May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put this component between YAxis & Calendar components.

@TechQuery TechQuery added the enhancement New feature or request label May 25, 2023
@TechQuery TechQuery linked an issue May 25, 2023 that may be closed by this pull request
@TechQuery TechQuery merged commit e52b6d2 into idea2app:master Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add AxisPointer component
2 participants