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