main.js 里引入markPoint markLine markArea
const echarts = require('echarts/lib/echarts');
require('echarts/lib/component/markPoint');
require('echarts/lib/component/markLine');
require('echarts/lib/component/markArea');
[echarts] markeLine markeArea markePoint 不显示
阅读 76
2023-04-01
main.js 里引入markPoint markLine markArea
const echarts = require('echarts/lib/echarts');
require('echarts/lib/component/markPoint');
require('echarts/lib/component/markLine');
require('echarts/lib/component/markArea');
相关推荐
精彩评论(0)