我在我的一个项目中使用 react-chartjs-2 并且我找不到图表的问题,因为在移动设备上所有标签和图例仍然很大。我试过了responsive: true,maintainAspectRation: true。没有任何效果
我用以下文件夹结构创建了一个React应用
-public
--dist
--- bundle.js
--- styles.css的
--index.html
--images
-server
--server.js
-src
--components
--app.js
-.babelrc
-package.json
- webpack.config.js
我想将其上传到cPanel。那可能吗?我还需要上传node_modules /文件夹吗?
这是我的仓库的链接:https : //github.com/theoiorga/react-expensify-app