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

How do I delete a LineSeries ? #245

Closed
saeidtf opened this issue Nov 4, 2019 · 3 comments · Fixed by #255
Closed

How do I delete a LineSeries ? #245

saeidtf opened this issue Nov 4, 2019 · 3 comments · Fixed by #255
Assignees
Labels
documentation Improvements or additions to the documentation
Milestone

Comments

@saeidtf
Copy link

saeidtf commented Nov 4, 2019

Hello
I automatically add a LineSeries to the chart,
  How do I remove them?

image

@timocov
Copy link
Contributor

timocov commented Nov 5, 2019

How do I remove them?

See

/**
* Removes a series of any type. This is an irreversible operation, you cannot do anything with the series after removing it
*/
removeSeries(seriesApi: ISeriesApi<SeriesType>): void;
. We need to add it to the docs.

@timocov timocov added the documentation Improvements or additions to the documentation label Nov 5, 2019
@timocov timocov added this to the 1.2.0 milestone Nov 5, 2019
@saeidtf
Copy link
Author

saeidtf commented Nov 5, 2019

Thank you, great

@saeidtf saeidtf closed this as completed Nov 5, 2019
@timocov timocov reopened this Nov 6, 2019
@timocov
Copy link
Contributor

timocov commented Nov 6, 2019

Let's leave it open until we fix the docs.

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

Successfully merging a pull request may close this issue.

3 participants