Bug #1829
openChart action icons not visible unless chart is selected and icon size is bit small
Description
On the Visualization screen, the chart action icons (Filter, More Options, Expand) are only visible when the chart is selected (clicked).
However, these icons should be visible by default (on hover or always visible) even when the chart is not selected.
Steps to Reproduce
- Open Visualization screen
- Observe any chart on canvas
- Do not click/select the chart
- Check for action icons (Filter, More Options, Expand)
- Now click/select the chart
Actual Result
- Icons are hidden by default
- Icons only appear after selecting the chart and icon size is small look bad at fist see
Expected Result
- Icons should be visible without selecting the chart and size of icon size should be bit large
Files
Updated by ALi RAZA 2 days ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
I've fixed an issue where chart header actions (like filter and options) were only visible after clicking a chart. This made quick interaction harder and caused confusion because users couldn’t immediately see available actions.
Now, those header actions appear when a user hovers over a chart, and they still remain visible when the chart is selected. We also adjusted the chart title spacing so the text stays clear and doesn’t overlap with the action icons during hover.
Result: chart interactions are now more intuitive, faster, and closer to expected dashboard behavior.