Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat(statistics): add total dropped volume (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Med <med.louraui@gmail.com>
  • Loading branch information
mehdilouraoui and Med authored May 10, 2021
1 parent b2407cb commit e6e328a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/display-data/statistics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ export const statisticsLayout: StatisticsGroup[] = [
size: 4,
statistics: [
{
fields: ["totalDropVolume"],
label: "Go de données analysées",
type: "raw",
value: "En cours...",
type: "aggregated",
},
],
title: "Total",
Expand Down

0 comments on commit e6e328a

Please sign in to comment.