摘要:
option = { tooltip: { trigger: 'axis', axisPointer: { // Use axis to trigger tooltip type: 'shadow' // 'shadow' as default; can also be 'line' or 'sha 阅读全文
posted @ 2023-09-28 09:54
张哲Zeo
阅读(288)
评论(0)
推荐(0)
摘要:
option = { title: { text: 'World Population' }, tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, legend: {}, grid: { left: '3%', right: 阅读全文
posted @ 2023-09-28 09:53
张哲Zeo
阅读(60)
评论(0)
推荐(0)