소스 검색

字体改斜

傅行帆 5 년 전
부모
커밋
31eaca2566
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/pages/indexEcharts/components/UserSource.jsx

+ 2
- 1
src/pages/indexEcharts/components/UserSource.jsx 파일 보기

@@ -42,7 +42,8 @@ const UserSource = (props) => {
42 42
     title: { },
43 43
     xAxis: { 
44 44
               type: 'category',
45
-              data: xData
45
+              data: xData,
46
+              axisLabel: {rotate: 45}
46 47
             },
47 48
     legend: {
48 49
       left: '20%',