Fixed bug - default marker color value for the chart widget is added (#4306)

This commit is contained in:
kushal-gopal 2022-10-10 08:09:40 +05:30 committed by GitHub
parent d661bd65e4
commit be77b6f35c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}' },