摘要:
第一次查出来的数据: 第二次查询,把上次查询的数据合并显示了: 正确的显示应该是: 解决方法: 一:在setOpiont前加入 chart.clear(); 二:在 setOpion方法修改默认值,不合并上次查询数据 setOption({},true); 【 chart.setOption(opt 阅读全文
2020年5月8日 #
摘要:
npm install moment --save (估计网络慢,造成失败) yarn add moment (成功) 阅读全文