Opened 10 years ago
Closed 10 years ago
#12093 closed defect (fixed)
Removing of a plot from a chart does not remove its relevant series
Reported by: | yoavrubin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Charting | Version: | 1.5 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
In cases when you have several plots in a chart, you define for the series you add their plot. At that point, if you call to removePlot, it would not remove the series that were defined as part of that plot, which would cause the chart to look weird when render is called
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [23519]) Charting: remove plot with all its series, thx yoavrubin!, !strict, fixes #12093.