Skip to content

Commit

Permalink
day_ahead_prices, solar_forecast: Fix graph colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrbt committed Sep 10, 2024
1 parent 87c5a39 commit 4e2f9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/web/src/modules/day_ahead_prices/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export class DayAheadPrices extends ConfigComponent<"day_ahead_prices/config", {
ref={this.uplot_wrapper_ref}
class="day-ahead-prices--chart pb-3"
sub_page="day_ahead_prices"
color_cache_group="meters.default"
color_cache_group="day_ahead_prices.default"
show={true}
on_mount={() => this.update_uplot()}
legend_time_label={__("day_ahead_prices.content.time")}
Expand Down
2 changes: 1 addition & 1 deletion software/web/src/modules/solar_forecast/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export class SolarForecast extends ConfigComponent<"solar_forecast/config", {},
ref={this.uplot_wrapper_ref}
class="solar-forecast--chart pb-3"
sub_page="solar_forecast"
color_cache_group="meters.default"
color_cache_group="solar_forecast.default"
show={true}
on_mount={() => this.update_uplot()}
legend_time_label={__("solar_forecast.content.time")}
Expand Down

0 comments on commit 4e2f9de

Please sign in to comment.