Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
SigNoz
Commits
eafc2919
Commit
eafc2919
authored
4 years ago
by
dhrubesh
Browse files
Options
Download
Email Patches
Plain Diff
adds color tokens
parent
f4125739
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/modules/Metrics/ExternalApi/graphConfig.ts
+9
-1
frontend/src/modules/Metrics/ExternalApi/graphConfig.ts
with
9 additions
and
1 deletion
+9
-1
frontend/src/modules/Metrics/ExternalApi/graphConfig.ts
+
9
-
1
View file @
eafc2919
...
...
@@ -91,7 +91,15 @@ export const getOptions = (theme: string): ChartOptions => {
};
export
const
borderColors
=
[
"
rgba(250,174,50,1)
"
,
"
rgba(227, 74, 51, 1.0)
"
,
"
rgba(250,174,50,1)
"
,
"
#058b00
"
,
"
#a47f00
"
,
"
rgba(57, 255, 20, 1.0)
"
,
"
#45a1ff
"
,
"
#ffe900
"
,
"
#30e60b
"
,
"
#00feff
"
,
"
#8000d7
"
,
"
#ededf0
"
];
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help