Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect colors of chart points in certain repositories #1

Open
ArchontisKostis opened this issue Apr 28, 2023 · 0 comments
Open

Incorrect colors of chart points in certain repositories #1

ArchontisKostis opened this issue Apr 28, 2023 · 0 comments

Comments

@ArchontisKostis
Copy link
Owner

Incorrect colors of chart points in certain repositories

Description

On smaller projects, it has been observed that the colors of the points in the chart do not appear correctly. This issue was encountered on various repositories, including the following example: https://github.com/achat/TasksList

When the application is tested with the above repository, the colors appear as follows:

High Priority -> GREEN
Low Priority -> ORANGE
Medium Priority -> RED
Normal Priority -> BLUE

this color mapping is incorrect.

A repository where the colors and priorities are correct is: https://github.com/alibaba/arthas. The colors of the chart points appear as follows:

High Priority -> RED
Low Priority -> GREEN
Medium Priority -> ORANGE
Normal Priority -> BLUE

This color mapping is correct.

Steps to Reproduce

  1. Clone the repository
  2. Build and run the application and analyze any of the repositories mentioned above (or more)
  3. Observe the colors of the chart points

Expected Behavior

The colors of the chart points should match the correct color mapping, as described above.

Actual Behavior

The colors of the chart points do not match the correct color mapping. Instead, they are mapped to different colors.

Possible Solutions

One possible solution is to update the color mapping in the application code to match the correct mapping.

Additional Information

This issue has been observed on other repositories as well, indicating that it may be a more widespread issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant