Skip to content

Commit

Permalink
Only redaw the time indicator when the time changes instead of the fu…
Browse files Browse the repository at this point in the history
…ll chart
  • Loading branch information
amarkensteijn committed Jan 9, 2025
1 parent 6f46c15 commit edb5851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/charts/TimeSeriesChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ watch(
(newValue) => {
if (axisTime.value) {
axisTime.value.setDateTime(newValue)
onValueChange()
axisTime.value.redraw()
}
},
)
Expand Down

0 comments on commit edb5851

Please sign in to comment.