Skip to content

Commit

Permalink
changed color of taxonomy term orange
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiannuzzi39 committed Jul 31, 2024
1 parent 802b320 commit 6917b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scatter_plot_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export async function loadScatterPlotVis() {

const customColors = {
"Interconnection Networks": "#351fb4",
"Reconfigurable Architecture (FPGA/CGRA)": "#FFA500" // Change to a different color, for example, orange
"Reconfigurable Architectures (FPGA / CGRA)": "#ff7700" // Change to a different color, for example, orange
};

const points = reducedVectors.map((coords, i) => ({
Expand Down

0 comments on commit 6917b23

Please sign in to comment.