const MAX_NUM_LABELS_PER_ENTITY: usize = 30;
Expand description
Maximum number of labels after which we stop displaying labels for that entity all together,
unless overridden by a ShowLabels
component.
const MAX_NUM_LABELS_PER_ENTITY: usize = 30;
Maximum number of labels after which we stop displaying labels for that entity all together,
unless overridden by a ShowLabels
component.