Skip to content

Commit

Permalink
fix: re-add average series
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Kutlu committed Jun 15, 2022
1 parent 07c78a9 commit aab683e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const OdtDatasetsPanel = () => {
},
}),
);
dispatch(averageSeriesAction());
dispatch(showLegend());
const { layers } = keplerState().visState;
const oldLayer = layers.find((l: any) => l.config.dataId === dataId);
Expand Down

0 comments on commit aab683e

Please sign in to comment.