فهرست منبع

Merge branch 'need_pool323' into debug

shanbinzhang 2 ماه پیش
والد
کامیت
50bac9f01f
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/hooks/chart/render.js

+ 2 - 1
src/hooks/chart/render.js

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