mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-28 13:00:51 +00:00
Skip animations on donut charts
This commit is contained in:
parent
5f1aba9a37
commit
3fbc51cd38
@ -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
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user