Commit 84992adf by Torkel Ödegaard Committed by GitHub

FieldColor: Remove inverted color scheme (#28408)

parent 4169646c
......@@ -74,13 +74,6 @@ export const fieldColorModeRegistry = new Registry<FieldColorMode>(() => {
colors: ['dark-blue', 'super-light-yellow', 'dark-red'],
}),
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',
name: 'Yellow-Red',
isContinuous: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment