mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Fixed bug - default marker color value for the chart widget is added (#4306)
This commit is contained in:
parent
d661bd65e4
commit
be77b6f35c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}}' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue