Skip to content

Commit

Permalink
Update src/plugins/chart_expressions/expression_gauge/public/componen…
Browse files Browse the repository at this point in the history
…ts/gauge_component.tsx

Co-authored-by: Stratoula Kalafateli <[email protected]>
  • Loading branch information
Kuznietsov and stratoula authored Mar 8, 2022
1 parent 6527128 commit b39911a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export const GaugeComponent: FC<GaugeRenderProps> = memo(
bandFillColor={
colorMode === GaugeColorModes.PALETTE
? (val) => {
const value = getPerviousSectionValue(val.value, bands);
const value = getPreviousSectionValue(val.value, bands);

const overridedColor = overrideColor(
value,
Expand Down

0 comments on commit b39911a

Please sign in to comment.