How to remove a particular data by a attribute. Amcharts have option to remove item by Index. is there any way that we can remove a particular data from series by a attribute value?
pointSeries.data.removeIndex(0);
we want something like
pointSeries.data.removeByAttributeValue({id:12});