Skip to content

markPoint as component #48

Open
Open
@SevenOutman

Description

@SevenOutman

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions