Skip to content

Commit

Permalink
Update superset-frontend/plugins/plugin-chart-echarts/src/Gauge/trans…
Browse files Browse the repository at this point in the history
…formProps.ts

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
  • Loading branch information
AkashBoora and villebro authored Apr 7, 2023
1 parent eb4ee21 commit 9048746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function transformProps(
} = chartProps;

const gaugeSeriesOptions = defaultGaugeSeriesOption(theme);
const { verboseMap } = datasource;
const { verboseMap = {} } = datasource;
const {
groupby,
metric,
Expand Down

0 comments on commit 9048746

Please sign in to comment.