Skip to content

Commit

Permalink
Remote calculation enabled for TimeSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Pettini committed May 3, 2023
1 parent b6d0241 commit ea023b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-widgets/src/widgets/TimeSeriesWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ function TimeSeriesWidget({
operation
},
global,
onError
onError,
attemptRemoteCalculation: true
});

const handleTimeWindowUpdate = useCallback(
Expand Down

0 comments on commit ea023b9

Please sign in to comment.