0

Is there a way to ignore specific points in a series when drawing a trendline? In a series, I have some "abnormal" points that I still want to plot but they should be excluded when drawing a trendline.

Sig
  • 5,476
  • 10
  • 49
  • 89
  • 1
    you could load a second series with the points removed, draw the series with `color: 'transparent'` and `visibleInLegend: false`, and use this series for the trendline. – WhiteHat Dec 16 '22 at 16:10
  • Can you share a sample? Whenever possible, you need to include a minimal example that reproduces the issue. You can also include the expected behavior, the actual behavior, and how they differ, that would be helpful as well. Please visit [How to Ask](https://stackoverflow.com/help/how-to-ask) have some tips on how to write a question, so the community will be able to help you out in a better way. – Lorena Gomez Dec 16 '22 at 21:10
  • @WhiteHat thanks for the suggestion. I am keeping that as plan B. – Sig Dec 17 '22 at 13:07

0 Answers0