|
@@ -2329,13 +2329,14 @@ const setAxisPlotAreas = (axis: number, axisType: any = null) => {
|
|
'middle': 0,
|
|
'middle': 0,
|
|
'bottom': -10
|
|
'bottom': -10
|
|
}
|
|
}
|
|
|
|
+ let text = _.text.replace(/\n|\r\n/g, '<br/>');
|
|
|
|
|
|
return {
|
|
return {
|
|
from: fromMarkerValue,
|
|
from: fromMarkerValue,
|
|
to: toMarkerValue,
|
|
to: toMarkerValue,
|
|
color: _.color,
|
|
color: _.color,
|
|
label: {
|
|
label: {
|
|
- text: _.text || "",
|
|
|
|
|
|
+ text,
|
|
verticalAlign: _.textPosition,
|
|
verticalAlign: _.textPosition,
|
|
y: positionMapValue[_.textPosition],
|
|
y: positionMapValue[_.textPosition],
|
|
style: {
|
|
style: {
|