echarts
长安城中一市民
从来没有放弃过,也从来没有...。只求别..我。
展开
-
echarts联合图表
import echarts from ‘echarts’import { correctLaunchTrend } from ‘@/api/test’export default {name: ‘CorrectLaunchTrend’,data() {return {name: ‘正确投放率趋势’,datestr: ‘month’,weekStyle: ...原创 2019-08-01 16:20:20 · 432 阅读 · 0 评论 -
echarts鼠标划入数据添加百分比
// ----->start let dataNum = {} let xAxis = that.option.xAxis[0].data for (let x in xAxis) { dataNum[xAxis[x]] = Number(that.option.series[0].data[x]) + Number...原创 2019-08-01 16:23:46 · 1052 阅读 · 0 评论