Is there an option that would make this possible without using a scatter? I’m essentially trying to show a distribution of values in a time series (each time point has a bunch of values). Modes are more important to me than means/medians so I don’t want the actual boxplot. Thanks
Here’s a hacky way to do this: https://codepen.io/etpinard/pen/NaVreM?editors=0010
This is great - thanks @etienne!