Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart node improvement for stacked bars #1605

Open
A380Coding opened this issue Jan 31, 2025 · 1 comment
Open

Chart node improvement for stacked bars #1605

A380Coding opened this issue Jan 31, 2025 · 1 comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do

Comments

@A380Coding
Copy link

A380Coding commented Jan 31, 2025

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

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

C: ??

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

@A380Coding A380Coding added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Jan 31, 2025
@bartbutenaers
Copy link
Contributor

@A380Coding
Yes indeed that should be implemented some day...

There are a number of other ui-chart related issues still open here. But issue 782 is a bit of a party stopper. Because it is a lot of work to replace the ChartJs library by Echarts. And if all those other chart related tickets would be implemented first, the migration to Echarts even becomes more difficult (because all that extra code needs to be refactored also). Echarts is not a simple drop-in replacement for ChartJs...

I have now in my local development environment a ui-chart node running on top of Echarts, but there is still a LOT of work involved to finalize that migration. And as long as nobody else from our community is willing to contribute to this dashboard repo, I am stuck with fixing other issues. Which means I won't have time to finalize the Echarts migration. That is the way how open-source works ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do
Projects
Status: Backlog
Development

No branches or pull requests

2 participants