mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-22 20:04:32 +08:00
Merge pull request #568 from gaetandezeiraud/fluchart-avoid-error
Update FluChart.qml
This commit is contained in:
commit
3647197d3b
@ -15,7 +15,7 @@ Canvas {
|
||||
function animateToNewData()
|
||||
{
|
||||
chartAnimationProgress = 0.1;
|
||||
d.jsChart.update();
|
||||
d.jsChart?.update();
|
||||
chartAnimator.restart();
|
||||
}
|
||||
QtObject{
|
||||
|
@ -14,7 +14,7 @@ Canvas {
|
||||
function animateToNewData()
|
||||
{
|
||||
chartAnimationProgress = 0.1;
|
||||
d.jsChart.update();
|
||||
d.jsChart?.update();
|
||||
chartAnimator.restart();
|
||||
}
|
||||
QtObject{
|
||||
|
Loading…
Reference in New Issue
Block a user