You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
@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?
General graph logic:
Specific graph logic:
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:
Example of removing y2:
The text was updated successfully, but these errors were encountered: