统计
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user