Skip to content

Commit

Permalink
web: Remove wrong extra prefix from color group in UplotWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
photron committed Apr 19, 2024
1 parent ad8614e commit d4dd72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/web/src/ts/components/uplot_wrapper_2nd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export class UplotWrapper extends Component<UplotWrapperProps, {}> {
} else {
this.uplot.addBand({
series: [i, last_stacked_index],
fill: plot.get_color("em_energy_analysis." + this.props.color_cache_group, this.data.names[i]).fill,
fill: plot.get_color(this.props.color_cache_group, this.data.names[i]).fill,
});
}

Expand Down

0 comments on commit d4dd72b

Please sign in to comment.