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
uChartsInstance[id] = new uCharts({
type: "ring",
context: ctx,
width: 350,
height: 250,
context: ctx,
series: [
{
data: this.finishData
}
],
pixelRatio: this.pixelRatio,
animation: true,
rotate: false,
rotateLock: false,