数字化排涝抗旱和两高行业企业大屏页面
This commit is contained in:
parent
1591c0d79d
commit
96f40f50f8
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -38,7 +38,7 @@
|
|||
<canvas
|
||||
id="myCanvas"
|
||||
width="1000"
|
||||
height="600"
|
||||
height="700"
|
||||
style="position: absolute"
|
||||
></canvas>
|
||||
<img class="allimg" src="../assets/indexN/大丰市选中.png" alt="" />
|
||||
|
@ -420,6 +420,16 @@ export default {
|
|||
ctx.lineTo(770, 140); // lineTo(x,y) 定义线条结束坐标
|
||||
ctx.strokeStyle = "orange";
|
||||
ctx.lineWidth = 5;
|
||||
ctx.font = "26px Arial";
|
||||
ctx.fillStyle = "#fff";
|
||||
ctx.fillText("11.87万", 320, 140);
|
||||
ctx.fillText("14.76万", 400, 200);
|
||||
ctx.fillText("2.113万", 270, 360);
|
||||
ctx.fillText("39.12万", 480, 285);
|
||||
ctx.fillText("7.399万", 320, 440);
|
||||
ctx.fillText("7.399万", 480, 410);
|
||||
ctx.fillText("255.1万", 640, 465);
|
||||
ctx.fillText("298.4万", 750, 660);
|
||||
ctx.stroke();
|
||||
},
|
||||
detailedTwo11() {
|
||||
|
|
Loading…
Reference in New Issue