add hover implementation to graph_objs.Indicator
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
Following the hovering tutorial for Dash Tooltips, I noticed that the described hovering functionality present in graph_objs.Scatter is not present in graph_objs.Indicator (I get Invalid property specified errors for hoverinfo, and the callback does not fire)
I respectfully request this functionality be extended to the Indicator and thank you in advance for your consideration.
For context behind my request, I am building a dashboard for my workplace that will be used internally and will auto-configure based on the job that is running. The user being able to hover over the graph and view extra context as to what it is displaying would be highly beneficial.
Jules
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the hover behavior described for graph_objs.Scatter with the graph_objs.Indicator object, using the Dash Tooltips tutorial as the expected behavior. Confirm the current Invalid property specified error and callback behavior, then verify that Indicator supports the requested hover context without breaking existing graph object validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100