Hi,
How can one retrieve the aggregated values of an histogram ?
I achieved what I want in this
d3 observable notebook. On a bar click the selected variable is updated with the bar's underlying values.
I though using an aggregation operator or an expression but I could not find one that returned the underlying liste value. I'm obviously not taking the right path. Please guide me.