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 Mar 23, 2024. It is now read-only.
First off, love this project !! I use this panel to visualize our pipeline runs with data pulled from a postgres db. The number of data points ends up being too large to display so I group all overlapping time ranges, take the min and max, and count the number of individual records that each bar represents (displayed in the tooltip as a label).
I was thinking that I might could display the count I mentioned above as another dimension (I’m already using colors as a dimension to communicate the stage in our pipeline). The other dimension I was thinking of is the height of the bar. To start, each bar maybe could be a different height. Ideally, each bars height could be a different height over time to communicate other correlated attribute over the same period of time.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First off, love this project !! I use this panel to visualize our pipeline runs with data pulled from a postgres db. The number of data points ends up being too large to display so I group all overlapping time ranges, take the min and max, and count the number of individual records that each bar represents (displayed in the tooltip as a label).
I was thinking that I might could display the count I mentioned above as another dimension (I’m already using colors as a dimension to communicate the stage in our pipeline). The other dimension I was thinking of is the height of the bar. To start, each bar maybe could be a different height. Ideally, each bars height could be a different height over time to communicate other correlated attribute over the same period of time.
The text was updated successfully, but these errors were encountered: