Skip to content

Commit

Permalink
Merge branch 'main' into ui/show-sensor-ids-on-asset-page
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarcia98 committed May 6, 2024
2 parents ae6449f + f0f8c4e commit 2864650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/data/models/charts/belief_charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def chart_for_multiple_sensors(
# Set up shared tooltip
shared_tooltip = [
dict(
field="sensor.name",
field="sensor.description",
type="nominal",
title="Sensor",
),
Expand Down

0 comments on commit 2864650

Please sign in to comment.