victory
victory copied to clipboard
Victory Bar v37
Implementation Notes
- New components should live inside a nested director (currently v37). These components should not make changes to existing functionality.
- The victory event system will be excluded for now until we have more clarity on how Victory wants to handle events.
- This will include changes to Victory Chart and other shared components
Checklist
- [x] Basic data rendering as a standalone component
- [x] Basic data rendering inside a
VictoryChart - [ ] Basic data rendering inside a
VictoryGroup(if applicable) - [ ] Basic data rendering inside a
VictoryStack(if applicable) - [ ] Styling with existing victory theme and inline styles
- [ ] Transitions
- [ ] Basic events like zoom and tooltips
- [ ] Copy existing tests, excluding events and helper methods
- [ ] Add documentation and tests for any API changes