influxdata / influxdata/giraffe

Visualization: Honeycomb (feature request)

Open
#178 0 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

kind/feature request team/ui
Dominant language
TypeScript
Stars
189
Forks
33
Avg merge
3d 15h
Merged PRs (30d)
4

Description

DataDog, in their demos, makes extensive use of a "honeycomb" visualization, where each cell represents a metric in one server or container (e.g., availability, CPU load, or perhaps a rollup of multiple metrics).

These honeycombs can be visually grouped by some tag such as AWS region. You can see an example below:

![image](https://user-images.githubusercontent.com/20701/79290230-66925080-7e80-11ea-8173-5d8342ffe63f.png)

Grafana has a similar visualization, called a polystat (https://grafana.com/grafana/plugins/grafana-polystat-panel):

![image](https://user-images.githubusercontent.com/20701/79292244-7e200800-7e85-11ea-8b11-d2baecc238a9.png)

It'd be great if we could have a honeycomb visualization based on:

1) Drive color from some column specified by the user.
2) Color mappings should work for both numeric values and strings/regexes.
3) Optionally display text in each cell, with optional prefix and/or suffix. This text could be the same as the column that sets the color, or from some other column.
4) Optionally group honeycombs by some tag value.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue describes a new honeycomb visualization but names no files, tests, or entry points. Start by locating the existing visualization architecture and comparable panel implementations, then clarify the interaction and grouping requirements before defining completion criteria for color mappings, cell text, and tag-based grouping.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.