Skip animations on donut charts
This commit is contained in:
@@ -79,7 +79,8 @@ export class DonutChartComponent {
|
|||||||
// Disable the on-canvas tooltip
|
// Disable the on-canvas tooltip
|
||||||
enabled: false,
|
enabled: false,
|
||||||
custom: tooltip(),
|
custom: tooltip(),
|
||||||
}
|
},
|
||||||
|
animation: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user