Skip to content

Commit

Permalink
Revert last changes with autocoloring (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemipanchuk authored Nov 13, 2023
1 parent b26026e commit 97c6d5d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,6 @@ function mapAndColorizeGraphsByDimension({
isSegmentsExists,
usedColors = [],
}: MapAndColorizeGraphsByDimension) {
if (colorsConfig.mountedColors) {
const usedMountedColors = Object.keys(colorsConfig.mountedColors);

usedColors.push(...usedMountedColors);
}

// eslint-disable-next-line complexity
graphs.forEach((graph, i) => {
let colorKey;
Expand Down

0 comments on commit 97c6d5d

Please sign in to comment.