|
|
@ -142,7 +142,7 @@ const setting = [
|
|
|
|
type: 'colorPicker',
|
|
|
|
type: 'colorPicker',
|
|
|
|
field: 'yAxis_grid_line_style_stroke',
|
|
|
|
field: 'yAxis_grid_line_style_stroke',
|
|
|
|
optionField: 'yAxis.grid.line.style.stroke',
|
|
|
|
optionField: 'yAxis.grid.line.style.stroke',
|
|
|
|
value: '#d0d0d0',
|
|
|
|
value: '#E5E6EB10',
|
|
|
|
tabName: 'custom',
|
|
|
|
tabName: 'custom',
|
|
|
|
groupName: 'grid'
|
|
|
|
groupName: 'grid'
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -490,7 +490,7 @@ const option = {
|
|
|
|
grid: {
|
|
|
|
grid: {
|
|
|
|
line: {
|
|
|
|
line: {
|
|
|
|
style: {
|
|
|
|
style: {
|
|
|
|
stroke: '#d0d0d0',
|
|
|
|
stroke: '#E5E6EB10',
|
|
|
|
lineWidth: 1,
|
|
|
|
lineWidth: 1,
|
|
|
|
lineDash: [4, 5],
|
|
|
|
lineDash: [4, 5],
|
|
|
|
strokeOpacity: 0.7
|
|
|
|
strokeOpacity: 0.7
|
|
|
|