This commit is contained in:
liuye
2024-08-06 17:44:32 +08:00
parent 6c318233e4
commit c87d720c7f

View File

@@ -211,15 +211,14 @@ export default {
canvas.height = 250 canvas.height = 250
uChartsInstance[id] = new uCharts({ uChartsInstance[id] = new uCharts({
type: "ring", type: "ring",
context: ctx,
width: 350, width: 350,
height: 250, height: 250,
context: ctx,
series: [ series: [
{ {
data: this.finishData data: this.finishData
} }
], ],
pixelRatio: this.pixelRatio,
animation: true, animation: true,
rotate: false, rotate: false,
rotateLock: false, rotateLock: false,