importChartfrom'react-apexcharts' To create a basic bar chart with minimal configuration, write as follows: classAppextendsComponent{constructor(props){super(props);this.state={options:{chart:{id:'apexchart-example'},xaxis:{categories:[1991,1992,1993,1994,1995,1996,1997,1998,1999]}},series:[...
ApexCharts is a a free and open-source modern charting library that helps developers to create beautiful and interactive visualizations for web pages.
redux React ApexCharts不会在X轴上显示类别数据如果有人看到这个,我也有同样的问题,正如Divye所建议的...