Hi,
I calculate the derivative of certain data which I receive from Elasticsearch. Now, I would like to show only the positive values of the derivative. Is that possible?
Hi,
I calculate the derivative of certain data which I receive from Elasticsearch. Now, I would like to show only the positive values of the derivative. Is that possible?
Not supported right now as far as I know. There’s an open issue for support of Bucket Script Pipeline aggregations which I think is what you’ll need to able to filter out negative values, but unsure.
Marcus
Just set Y-Min=0 in Axes configuration.