摘要: 1 锻炼和保养。 2 通英语口语。 3 懂业务。 4 多交各种朋友 1、学知识(领域知识,工程知识) 2、和同行交流 (找前辈请教,逛社区) 阅读全文
posted @ 2023-04-11 17:40 进击中的前端攻城狮 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1 <template> 2 <div :id="id" class="bar_canvas" style="z-index: 10" /> 3 </template> 4 5 <script> 6 // 如果提示缺少依赖,在package.json增加"highcharts": "^9.1.2", 阅读全文
posted @ 2023-03-14 20:46 进击中的前端攻城狮 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1 initbarChart(data) { 2 if (!this.barChart) { 3 this.barChart = this.$echarts.init(document.getElementById(this.id)) 4 } 5 // let xData = val.divisio 阅读全文
posted @ 2023-03-14 20:33 进击中的前端攻城狮 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-20 09:28 进击中的前端攻城狮 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 先上图 1 secondChartInit() { 2 const chart = new Chart({ 3 container: 'Statistics-chart2',//id值 4 autoFit: true, 5 padding: [70, 20, 20, 40] 6 // height: 阅读全文
posted @ 2022-06-22 16:37 进击中的前端攻城狮 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 先上图: 1 ChartOneInit() { 2 const chartDom = document.getElementById('evaluation-result-chartOne'); 3 const myChart = echarts.init(chartDom); 4 const ga 阅读全文
posted @ 2022-06-22 16:00 进击中的前端攻城狮 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-24 15:03 进击中的前端攻城狮 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-24 10:08 进击中的前端攻城狮 阅读(13) 评论(0) 推荐(0) 编辑
摘要: map-identify.js * 开启地图识别监听 */ startIdentify() { if (!this._map) { return } if (!this.mouseTip || this._viewer !== this._mapStore.gMapObject.viewer) { 阅读全文
posted @ 2022-03-24 09:52 进击中的前端攻城狮 阅读(29) 评论(0) 推荐(0) 编辑