Vue: draggable line chart component

Author: CSDN @ _乐多_

This article records the components used to implement line chart drawing using Vue and Echarts. The code is plug and play.

The result is shown below,

Please add image description



1. Environment configuration

Install nodejs, vue3, echarts.

2. Code

<template>
    <div id="a" ref="draggableDiv" @mousedown&#

Guess you like

Origin blog.csdn.net/yyyyyyyyyyy_9/article/details/132147902