Browse Source

Merge branch 'need_pool323'

shanbinzhang 6 days ago
parent
commit
a75cd56e2d
1 changed files with 2 additions and 1 deletions
  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: {