You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X ] I checked if there isn't another feature request opened with the same request
[ X] I checked that the feature is not already available in the dev branch
( i hope so, my 1st request )
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Feature Request:
I have 4 entities , one entity is a summary of the other 3.
Stacked Column Chart , Summary of entities . Tooltip to show all entities + summary .
Currently i use 3 columns, and for the Summary i use Line with "show Datalabel = true " . This has the problem that the tooltip are not shown for all entities , and the timeline for column and line is somehow not the same ( endtime)
I want to show the summary for each Day in the chart + the tooltip should show all 4 values . No need of a line entity - just i have not found a better way doing it.
Stacking the summary is no solution .
Describe the solution you'd like
If we could add a stacked column entity with following
show in header = true , show in tooltip = true , show in chart = false , show datalabel on top of chart = true
This would solve a lot of "problems" . No need to Mix Column and Line .
Describe alternatives you've considered
I think JS could (partly ? ) solve this with the tooltip, but i have not managed to get this solved .
Additional context
Add any other context or screenshots about the feature request here.
thank you and best regards, Dietmar
The text was updated successfully, but these errors were encountered:
Checklist
dev
branch( i hope so, my 1st request )
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Feature Request:
I have 4 entities , one entity is a summary of the other 3.
Stacked Column Chart , Summary of entities . Tooltip to show all entities + summary .
Currently i use 3 columns, and for the Summary i use Line with "show Datalabel = true " . This has the problem that the tooltip are not shown for all entities , and the timeline for column and line is somehow not the same ( endtime)
I want to show the summary for each Day in the chart + the tooltip should show all 4 values . No need of a line entity - just i have not found a better way doing it.
Stacking the summary is no solution .
Describe the solution you'd like
If we could add a stacked column entity with following
This would solve a lot of "problems" . No need to Mix Column and Line .
Describe alternatives you've considered
I think JS could (partly ? ) solve this with the tooltip, but i have not managed to get this solved .
Additional context
Add any other context or screenshots about the feature request here.
thank you and best regards, Dietmar
The text was updated successfully, but these errors were encountered: