2 个回答
option = {
    tooltip: {
        trigger: 'item',
        formatter: `<img src='xxx.png' />`
    },
}

vue的话一般都有插件,实现容易一些,推荐用element的折线图需求差不多

推荐问题