Disable live redraw to avoid continuous refresh of entries while changing range.
This commit is contained in:
parent
568cea855f
commit
d1826334d5
@ -133,6 +133,9 @@ accountantApp.controller(
|
|||||||
shared: true,
|
shared: true,
|
||||||
valueDecimals: 2,
|
valueDecimals: 2,
|
||||||
valueSuffix: '€'
|
valueSuffix: '€'
|
||||||
|
},
|
||||||
|
scrollbar: {
|
||||||
|
liveRedraw: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
series: [{
|
series: [{
|
||||||
|
Loading…
Reference in New Issue
Block a user