From 6917b23749cae8d0a2d9ec7e009b4c4a0e505045 Mon Sep 17 00:00:00 2001 From: sgiannuzzi39 Date: Wed, 31 Jul 2024 12:43:14 -0400 Subject: [PATCH] changed color of taxonomy term orange --- js/scatter_plot_vis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scatter_plot_vis.js b/js/scatter_plot_vis.js index 1da677e1..cbcf5625 100644 --- a/js/scatter_plot_vis.js +++ b/js/scatter_plot_vis.js @@ -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) => ({