Skip to content

Commit

Permalink
intend
Browse files Browse the repository at this point in the history
Signed-off-by: Ramneet Chopra <[email protected]>
  • Loading branch information
ramneet-persistent committed Aug 17, 2022
1 parent 15b1e4c commit 051d04f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dashboards-observability/common/constants/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const COLOR_PALETTES = [
type: 'gradient',
},
];
export const HEX_CONTRAST_COLOR = 0xFFFFFF;
export const HEX_CONTRAST_COLOR = 0xffffff;
export const PIE_PALETTES = [
{
value: DEFAULT_PALETTE,
Expand Down
2 changes: 1 addition & 1 deletion dashboards-observability/common/types/explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ export interface HistogramConfigList {
export interface ConfigList {
dimensions?: ConfigListEntry[] | HistogramConfigList[];
metrics?: ConfigListEntry[];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ConfigChartOptions = ({
handleConfigChange,
}: any) => {
const { data } = visualizations;
const { data: vizData = {}, metadata: { fields = [] } = {} } = data?.rawVizData;
const { data: vizData = {}, metadata: { fields = [] } = {}, tree_map } = data?.rawVizData;

const handleConfigurationChange = useCallback(
(stateFiledName) => {
Expand Down

0 comments on commit 051d04f

Please sign in to comment.