Skip to content

Commit

Permalink
[FEATURE] Overview | Update stats to use EUI stats component opensear…
Browse files Browse the repository at this point in the history
…ch-project#156

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Nov 22, 2022
1 parent 38ccf93 commit 954ca32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/pages/Overview/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TopLevelSpec } from 'vega-lite';
import { SummaryData } from '../components/Widgets/Summary';

function getVisualizationSpec(description: string, data: any, layers: any[]): TopLevelSpec {
let spec: TopLevelSpec = {
return {
config: { view: { stroke: null } },
$schema: 'https://vega.github.io/schema/vega-lite/v5.json',
description: description,
Expand All @@ -16,8 +16,6 @@ function getVisualizationSpec(description: string, data: any, layers: any[]): To
},
layer: layers,
};

return spec;
}

export function getOverviewVisualizationSpec(
Expand Down

0 comments on commit 954ca32

Please sign in to comment.