Browse Source

Merge branch 'need_pool323' into debug

shanbinzhang 2 tháng trước cách đây
mục cha
commit
50bac9f01f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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: {