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.
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.