Skip to content

Commit

Permalink
[Lens] set gauge default palette to temperature (elastic#191853)
Browse files Browse the repository at this point in the history
## Summary

Fixes elastic#190084
  • Loading branch information
mbondyra authored Aug 30, 2024
1 parent 472c4fd commit 41e7e3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import chroma from 'chroma-js';
import { defaultPaletteParams as sharedDefaultParams } from '../../shared_components';

export const DEFAULT_PALETTE_NAME = 'gray';
export const DEFAULT_PALETTE_NAME = 'temperature';
export const DEFAULT_COLOR_STEPS = 4;
export const DEFAULT_MIN_STOP = 0;
export const DEFAULT_MAX_STOP = 100;
Expand Down

0 comments on commit 41e7e3d

Please sign in to comment.