onClick change BarChartRodStackItem width
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
I want to change the `width` of a single `BarChartRodStackItem` when it is clicked. Initially, `BarChartRodStackItem` width is set by the `BarChartRodData` width. Changing the `BarChartRodData` width will change all of it's item width but I want to change the width of `BarChartRodStackItem` which is clicked. How do I achieve this?
Contributor guide
Research direction
Start by locating the BarChartRodStackItem and BarChartRodData definitions and tracing how a clicked item is represented in the Flutter bar chart. Reproduce the requested interaction in a small chart example; the work is done when one clicked stack item can have an independently changed width without changing the widths of its siblings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100