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