diff --git a/packages/grafana-data/src/field/fieldColor.ts b/packages/grafana-data/src/field/fieldColor.ts index 869473655ad..0fb824b0a6a 100644 --- a/packages/grafana-data/src/field/fieldColor.ts +++ b/packages/grafana-data/src/field/fieldColor.ts @@ -73,13 +73,6 @@ export const fieldColorModeRegistry = new Registry(() => { isByValue: true, 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',