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

Cumulative observation time #233

Open
solventrix opened this issue Apr 25, 2022 · 5 comments
Open

Cumulative observation time #233

solventrix opened this issue Apr 25, 2022 · 5 comments

Comments

@solventrix
Copy link

We have negative cumulative observation times as per attachment (attachment 1) and when we are looking at a cumulative distribution curve, shouldn't we see a monotonically decreasing curve (attachment 2) - should it be a line graph i.o bar graph?
Screenshot 2022-04-25 at 13 58 47
Screenshot 2022-04-25 at 14 00 46

@aspedrosa
Copy link
Contributor

aspedrosa commented Apr 26, 2022

I applied a filter at the visualization level so now only values greater than 0 show.
With our current version of superset it is not possible to create line charts where the x-axis is not temporal data. It's only achievable through bar charts.
The next release of superset (1.5.0) will support this, but it isn't out yet.

@solventrix
Copy link
Author

Understood. It's still hard for the user to retrieve / interpret the actual data. two additional questions

  1. Is it possible to zoom in on the x-axis so that bars are somewhat more dispersed for a single dataset?
  2. Is it possible to have the x-ticks at regular intervals and representing years i.o. days ? That will make it more intuitive

@aspedrosa
Copy link
Contributor

aspedrosa commented Apr 28, 2022

  1. We can disable a "Reduce X ticks" option for this visualization. See the recording below for the output.
  2. We can't control the intervals of the x-axis. The only control we have is by changing the option that I mentioned before.
    Peek 2022-04-28 09-57

@aspedrosa
Copy link
Contributor

Here is this visualization in a Line chart using superset 1.5.0
Peek 2022-05-10 13-09

@solventrix
Copy link
Author

This is the kind of graph I indeed would like to see. Let's discuss when we can expect 1.5 to be used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants