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

markPoint as component #48

Open
SevenOutman opened this issue Sep 24, 2021 · 1 comment
Open

markPoint as component #48

SevenOutman opened this issue Sep 24, 2021 · 1 comment
Assignees
Milestone

Comments

@SevenOutman
Copy link
Member

Is your feature request related to a problem? Please describe.

When using markPoint on series, you have to import echarts/lib/component/markPoint manually.

Describe the solution you'd like

Export <MarkPoint> and embed importing markPoint in it.

import { Line, MarkPoint } from '@rsuite/charts';

<Line name="The value">
  <MarkPoint {...markPointProps} />
</Line>

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@SevenOutman SevenOutman added this to the v4.1.0 milestone Sep 26, 2021
@SevenOutman SevenOutman self-assigned this Oct 8, 2021
@SevenOutman
Copy link
Member Author

SevenOutman commented Jan 25, 2023

Similar issue exists with toolbox component, as mentioned in #83 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant