Skip to content

Commit

Permalink
SOF-7431: constrasting colors for up and down spins in bandstructure …
Browse files Browse the repository at this point in the history
…plot
  • Loading branch information
pranabdas committed Aug 12, 2024
1 parent f2eb833 commit bbec1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/non-scalar/band_structure.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class BandStructureConfig extends HighChartsConfig {
return {
data: lodash.zip(this.pointsDistanceArray, item),
name: spin,
color: spin === "up" ? "#3677d9" : "#36c9d9",
color: spin === "up" ? "#3677d9" : "#ff7f0e",
animation: false,
};
});
Expand Down

0 comments on commit bbec1e9

Please sign in to comment.