Skip to content

Commit

Permalink
show intervention labels on node (#5046)
Browse files Browse the repository at this point in the history
  • Loading branch information
jryu01 authored Oct 4, 2024
1 parent 156094c commit a637b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const preparedCharts = computed(() =>
height: 120,
xAxisTitle: 'Time',
yAxisTitle: 'Value',
hideLabels: true
hideLabels: false
})
)
);
Expand Down

0 comments on commit a637b01

Please sign in to comment.