Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Remove the Axis range if there is no data associated to it #60

Open
2 of 10 tasks
erinplourde opened this issue Oct 19, 2020 · 2 comments
Open
2 of 10 tasks

Remove the Axis range if there is no data associated to it #60

erinplourde opened this issue Oct 19, 2020 · 2 comments
Milestone

Comments

@erinplourde
Copy link

General graph logic:

  • Graph attributes (axes, legends, regions...etc.)
  • Other (please specify):

Specific graph logic:

  • Bar graph
  • Bubble graph
  • Gantt chart
  • Line graph
  • Paired result
  • Pie chart
  • Scatter plot
  • Timeline

If there is no data present for all data sets on an axis, that axis range should be removed from the UI.
This is applicable to both y1 and y2.

Example of removing y1:
Screen Shot 2020-10-19 at 1 35 23 PM

Example of removing y2:
Screen Shot 2020-10-19 at 1 39 50 PM

@mraplumb
Copy link

@erinplourde There are other graphs that include a Y2 axis that may have some of the same considerations here as the line graphs including Bars, Bubbles, Paired Results and Scatter plots.

Holistically, we need to consider and decide how we handle Axis tics/values, Axis Labels, Axis Shapes and Legend items for each of these graph types when you pan to an area of the graphs that contains no values for a particular data set.

In addition, we need to consider a "No Data" situation where there are no values at all for any data sets in the graphs related to the section of the graph in view. There are concerns with showing our normal No Data graph layout for the fact that it might be misinterpreted to mean there is no data at all on the graph instead of just within this section. Should we show an graph with the X and Y1 axis, no plotted values along with an arrow somewhere indicating which way to go to see the next available data points?

@erinplourde
Copy link
Author

@mjhenkes mjhenkes transferred this issue from cerner/carbon-graphs Jan 8, 2021
@mjhenkes mjhenkes added this to the Backlog milestone Jan 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants