Group old versions in chart and improve colors for readability#289
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Review Summary by QodoGroup old versions and enhance chart colors for readability
WalkthroughsDescription• Group old versions into single aggregated dataset labeled "X.x" • Implement dynamic color scheme based on major/minor version numbers • Add explicit colors for "Instances added" and "Instances removed" bars • Improve chart layout with fixed height container and responsive sizing • Update card title from "Etherpad version count" to "Etherpad versions" Diagramflowchart LR
A["All Datasets"] -->|"Slice first N-8"| B["Old Versions"]
B -->|"Group by Major.x"| C["Aggregated Dataset"]
A -->|"Slice last 8"| D["Recent Versions"]
C --> E["Apply Dynamic Colors"]
D --> E
E -->|"Add Bar Datasets"| F["Final Chart"]
F --> G["Render with Fixed Height"]
File Changes1. src/pages/instancesByVersion.tsx
|
Code Review by Qodo
1.
|
No description provided.