Skip to content

Commit

Permalink
fix: color rotation in cp charts (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Milouu <[email protected]>
  • Loading branch information
Milouu authored Sep 4, 2023
1 parent 7c29a27 commit ddb038b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Properly align handles with inputs & outputs in workflow (#229)
- Cancel CP button now usable on workflow page (#234)
- Color rotation on cp charts (#236)

## [0.44.0] - 2023-07-25

Expand Down
4 changes: 2 additions & 2 deletions src/features/perfBrowser/usePerfBrowserColors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ type ColorDiscriminantProps = {
export const PERF_BROWSER_COLORSCHEMES = [
'primary',
'orange',
'blue',
'pink',
'green',
'pink',
'yellow',
'cyan',
'red',
'purple',
'blue',
];

const usePerfBrowserColors = () => {
Expand Down

0 comments on commit ddb038b

Please sign in to comment.