diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 1e297d2949..1573a68eca 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -642,7 +642,7 @@ export const widgets = [ }, properties: { title: { value: 'This title can be changed' }, - markerColor: { value: '' }, + markerColor: { value: '#CDE1F8' }, showAxes: { value: '{{true}}' }, showGridLines: { value: '{{true}}' }, plotFromJson: { value: '{{false}}' },