Skip to content

Dashboard widges have max 10 levels #397

Description

@ondrej-langr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions