Ubuntu 2 周之前
父节点
当前提交
f675f49fa9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/App2.js

+ 1 - 1
src/App2.js

@@ -1938,7 +1938,7 @@ function a11yProps(index) {
                 >
                 <BarChart
                 xAxis={[{scaleType: 'band', data: xaxis}]}
-	 .      yAxis={[{label: '频次'}]}
+	        yAxis={[{label: '频次'}]}
                 series={[{data: histo}]}
                 width={800}
                 height={300}