소스 검색

need:标识区文字换行

shanbinzhang 2 달 전
부모
커밋
f24218887f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/hooks/chart/useChartRender.ts

+ 2 - 1
src/hooks/chart/useChartRender.ts

@@ -2329,13 +2329,14 @@ const setAxisPlotAreas = (axis: number, axisType: any = null) => {
       '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: {