|
@ -570,7 +570,9 @@ function initQXNLZHEcharts(kline, qxnlzhqData) { |
|
|
text: { |
|
|
text: { |
|
|
color: '#FF0000', |
|
|
color: '#FF0000', |
|
|
fontSize: 14, |
|
|
fontSize: 14, |
|
|
fontWeight: 'bold' |
|
|
|
|
|
|
|
|
fontWeight: 'bold', |
|
|
|
|
|
textBorderColor: '#ffffff', |
|
|
|
|
|
textBorderWidth: 2 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
offset: [-20, 0] |
|
|
offset: [-20, 0] |
|
@ -627,7 +629,9 @@ function initQXNLZHEcharts(kline, qxnlzhqData) { |
|
|
text: { |
|
|
text: { |
|
|
color: '#001EFF', |
|
|
color: '#001EFF', |
|
|
fontSize: 14, |
|
|
fontSize: 14, |
|
|
fontWeight: 'bold' |
|
|
|
|
|
|
|
|
fontWeight: 'bold', |
|
|
|
|
|
textBorderColor: '#ffffff', |
|
|
|
|
|
textBorderWidth: 2 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
offset: [-20, 0] |
|
|
offset: [-20, 0] |
|
|