Skip to content

Implement "bubbles aggregation" in zoomable chart at operations page  #30

@tsykora

Description

@tsykora

The intention is to be able to show thousands or hundreds of thousand entries (key-value pairs represented by one bubble so far) in a zoomable chart in a convenient way.

The idea is to have 1 bubble representing 10 entries once there is more than 10 entries in a cache (on the particular server). So, instead of 99 small bubbles there will be "only" 9 bubbles with label "10 entries" (using different color) and 9 small bubbles representing one entry.

Same can go up for 100... 1000... etc.

Chart will be zooming, so if there is 1000 entries in a cache 1 bubble will show up saying "1000 entries". After click it will zoom inside into 10 bubbles saying "100 entries", for each one... 10 bubbles saying "10 entries"... all with some different (can be random?) color scheme.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions