Skip to content

Commit 32ebb26

Browse files
committed
refactor: Update chart colors in LineChart and BrandColors files
1 parent 235fed6 commit 32ebb26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Common/Types/BrandColors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ export const BrightColors: Color[] = [
6767
];
6868

6969
export const ChartColors: Color[] = [
70-
Indigo500,
70+
Indigo500,
7171
Rose500,
7272
Green500,
7373
Cyan500,
7474
Gray500,
75-
]
75+
];

Dashboard/src/Components/Monitor/MonitorCharts/MonitorChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export class MonitorCharts {
329329
return {
330330
type: YScaleType.LINEAR,
331331
min: 0,
332-
max: 'auto',
332+
max: "auto",
333333
};
334334
} else if (data.checkOn === CheckOn.ResponseStatusCode) {
335335
return {

0 commit comments

Comments
 (0)