enable annotations for grouped bar chart
Open
Nobody has claimed this yet.
feature
P3
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
I can't find any way of adding annotations to individual bars in grouped bar chart.
Minimal example: https://codepen.io/bleah1/pen/vYzMRWJ
- related https://github.com/plotly/plotly.py/issues/356 (
textpositionapplies only to thetextproperties of each trace,annotationsrepresent alayoutproperty)
I am building a grouped bar chart with a slider and based on this workaround https://github.com/plotly/plotly.py/issues/356#issuecomment-235890265 I was able to add annotations to each frame.
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 reproducing the minimal grouped bar chart from the linked CodePen and review the related plotly.py issue and its frame-based workaround. Done means individual bars in grouped bar charts can receive annotations, including when the chart uses a slider and frames.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100