Improve collaboration chart readability and layout#231
Open
ggondela1419 wants to merge 1 commit intomainfrom
Open
Improve collaboration chart readability and layout#231ggondela1419 wants to merge 1 commit intomainfrom
ggondela1419 wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
For this PR, I reviewed the CollaborationChart.jsx file and made some updates to improve readability, especially in home mode where multiple metrics overlap. I adjusted the opacity levels and added stroke outlines so the different layers are easier to distinguish from each other. I also moved and adjusted the legend so it fits better within the chart and doesn’t crowd the visualization. For team mode, I reviewed the configuration and confirmed that the axes correctly map to the expected data keys. These changes help reduce visual clutter and make the chart easier to read.
Fixes #230
Type of change
How Has This Been Tested?
I tested the chart in home mode by running the app locally and viewing the dashboard. I checked that the overlapping shapes are clearly visible and not blending together, and that the legend is positioned correctly within the chart. I also hovered over the chart to test the tooltip and confirmed that it displays the correct values clearly and follows the cursor as expected. For team mode, I temporarily switched the chart to use mode="team" and made sure that it renders correctly when I included the expected data structure.
Test Configuration:
Checklist:
Screenshot of Output