Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to interpret 0 values in charts as null (and do fitting on them) #13356

Closed
smlbiobot opened this issue Aug 6, 2017 · 2 comments
Closed
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@smlbiobot
Copy link

This was originally posted to https://discuss.elastic.co/t/how-to-get-stacked-line-chart-to-ignore-no-data-values/94779 — and your team asked me to open an issue here.

Basically, for many of the time series plots, I had to manually select the time intervals because the charts will be rendered as dips to zero when the time is not large enough. This is not the intended behavior.

image

rashmi (Elastic Team Member) responded by stating that he can reproduce the same behavior, and replied:

I asked our engineer here at elastic and this is what he opines: The reason it dips to zero, is because ES responds with empty buckets . We can’t determine if that is no-data or 0-values, so we drop to 0. This is intended behavior …So the work-around is increasing the time-interval, for more coarser buckets.

image

So I would like an option to set a field to interpret 0-values as missing data if possible, so that for plots where the intervals are not known before hand, that I can continue to use automatic intervals.

@Bargs Bargs added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) release_note:enhancement labels Aug 18, 2017
@timroes
Copy link
Contributor

timroes commented Jul 12, 2018

Related to #17717

@timroes timroes changed the title Feature request: Visualize: Option to set field to be interpreted as data-missing Allow to interpret 0 values in charts as null (and do fitting on them) Jul 12, 2018
@timroes timroes added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Sep 16, 2018
@stratoula
Copy link
Contributor

This is possible in Lens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

4 participants