0

I have some charts where there are a few anomalies in the data.

It skews the charts & makes them unreadable (unless you zoom).

Is there a way I can click on an anomaly data point & effectively hide it, so the rest of the chart becomes usable?

Here is an example of the problem:

enter image description here

  • You may try smoothing the data with one of these algorithms?http://stackoverflow.com/a/36933276/1273587 – cytsunny Sep 01 '16 at 07:51
  • Thank you for your response! Ideally, I still want to show the data on the chart (incase it is a legitimate anomaly that needs to be analysed). However, the user should be able to decide to discount that anomaly. Not sure it is possible –  Sep 01 '16 at 08:16
  • Could you use a valueRange declaration when creating the graph? Something like `valueRange: [-0.2, 0.2]` – runningviolent Oct 21 '16 at 15:33

0 Answers0