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,
|
||||
valueDecimals: 2,
|
||||
valueSuffix: '€'
|
||||
},
|
||||
scrollbar: {
|
||||
liveRedraw: false
|
||||
}
|
||||
},
|
||||
series: [{
|
||||
|
Loading…
Reference in New Issue
Block a user