先来看看效果图
下面直接上源代码,html文件
<html>
<head>
<meta charset="utf-8">
<title>实时刷新折线图</title>
<style>
.axis path,
.axis line{
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
}
.overlay {
fill: none;
pointer-events: all;
1