Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
84992adf
Unverified
Commit
84992adf
authored
Oct 20, 2020
by
Torkel Ödegaard
Committed by
GitHub
Oct 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FieldColor: Remove inverted color scheme (#28408)
parent
4169646c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
packages/grafana-data/src/field/fieldColor.ts
+0
-7
No files found.
packages/grafana-data/src/field/fieldColor.ts
View file @
84992adf
...
@@ -74,13 +74,6 @@ export const fieldColorModeRegistry = new Registry<FieldColorMode>(() => {
...
@@ -74,13 +74,6 @@ export const fieldColorModeRegistry = new Registry<FieldColorMode>(() => {
colors
:
[
'dark-blue'
,
'super-light-yellow'
,
'dark-red'
],
colors
:
[
'dark-blue'
,
'super-light-yellow'
,
'dark-red'
],
}),
}),
new
FieldColorSchemeMode
({
new
FieldColorSchemeMode
({
id
:
'continuous-RdYlBl'
,
name
:
'Red-Yellow-Blue'
,
isContinuous
:
true
,
isByValue
:
true
,
colors
:
[
'dark-red'
,
'super-light-yellow'
,
'dark-blue'
],
}),
new
FieldColorSchemeMode
({
id
:
'continuous-YlRd'
,
id
:
'continuous-YlRd'
,
name
:
'Yellow-Red'
,
name
:
'Yellow-Red'
,
isContinuous
:
true
,
isContinuous
:
true
,
...
...
Write
Preview
Markdown
is supported
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