FlowFuse / FlowFuse/node-red-dashboard

Chart node improvement for stacked bars

Open
#1,605 1 comment 0 reactions 0 assignees View on GitHub
needs-triage type:feature
Dominant language
HTML
Stars
355
Forks
82
Avg merge
4d 23h
Merged PRs (30d)
24

Description

### Description

Using chart node with stacked bars, there is no sum value of all bars added up. There is also no possibility to visualize the sum, as sending the sum value to the chart node would add another stack ontop, rather then showing as a sum bar.

Example: Bar 1: 10, Bar 2: 15, Bar 3: 20
The sum is 10+15+20=45

![Image](https://github.com/user-attachments/assets/25d44472-9994-4ccb-9063-dcd0ba3675b7)

Possible improvement options:
A: Add the sum value in the mouse over/hover popup
B: Add a small bar next to the existing stacked bars to indicate the total sum and add the sum to the mouse over/hover popup
Example look (with green showing the sum of all values)

![Image](https://github.com/user-attachments/assets/19fa530e-5515-4f60-ac9c-7cac1eee0ded)

C: ??

### Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.