Hey,
we use dashboards to limit shared information about ingested analytics to selected number of users. However the limit of 10 levels (or ranks) for widget types like bar is very limiting. My guess is this line
|
return isEditMode ? sorted : sorted.slice(0, limit || 10); |
that applies the limit.
Ideally it would be nice to customize the limit through the edit mode.
What do you think? Thanks
Hey,
we use dashboards to limit shared information about ingested analytics to selected number of users. However the limit of 10 levels (or ranks) for widget types like bar is very limiting. My guess is this line
openpanel/apps/start/src/components/report-chart/bar/chart.tsx
Line 109 in 241d259
Ideally it would be nice to customize the limit through the edit mode.
What do you think? Thanks