Skip to content

Commit

Permalink
Removed temporary coloring code - incomplete feature
Browse files Browse the repository at this point in the history
  • Loading branch information
LKMason committed May 1, 2024
1 parent 1212536 commit dc14e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ function run(features, results, centroids) {
height: 150, centerHeight: 50,
colors: COLORS,
// TODO: Remove this temporary code
colors: {
...COLORS, positiveAutocorrelation: COLORS.highHigh, negativeAutocorrelation: COLORS.highLow
}
// colors: {
// ...COLORS, positiveAutocorrelation: COLORS.highHigh, negativeAutocorrelation: COLORS.highLow
// }
})

// Moran network scatterplot
Expand Down

0 comments on commit dc14e51

Please sign in to comment.